refactor(admin): mv notifications to service
This commit is contained in:
parent
bbff135d8b
commit
fc0430f6b4
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue