mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 19:16:29 +08:00
chore: sort imports
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
import {
|
||||
NotificationInstance,
|
||||
type NotificationContent,
|
||||
type NotificationController,
|
||||
type NotificationInstanceProps,
|
||||
type NotificationContent,
|
||||
type NotificationOption,
|
||||
type NotificationKey,
|
||||
type NotificationOption,
|
||||
} from '../notification';
|
||||
import {
|
||||
SuccessMessage,
|
||||
ErrorMessage,
|
||||
InfoMessage,
|
||||
SuccessMessage,
|
||||
WarningMessage,
|
||||
} from './MessageContent';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user