mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-12 02:20:46 +08:00
4 lines
110 B
TypeScript
4 lines
110 B
TypeScript
import type { IAppNotification } from '#/types/types'
|
|
|
|
export const notificationList: IAppNotification[] = []
|