refactor(admin): mv notifications to service

This commit is contained in:
dntzhang 2021-08-28 13:22:36 +08:00
parent bbff135d8b
commit fc0430f6b4
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { WeElement } from 'omi'
import { genNavTree, NavTree } from './nav-tree'
import { getNotifications } from './notifications'
import { getNotifications } from './service/notifications'
import { resetId } from './util/id'
import { route } from 'omi-router'