diff options
Diffstat (limited to 'FrontEnd/src/services/alert.ts')
-rw-r--r-- | FrontEnd/src/services/alert.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FrontEnd/src/services/alert.ts b/FrontEnd/src/services/alert.ts index 0fa37848..e968af76 100644 --- a/FrontEnd/src/services/alert.ts +++ b/FrontEnd/src/services/alert.ts @@ -1,7 +1,6 @@ import pull from "lodash/pull"; -import { I18nText } from "~src/common"; -import { ThemeColor } from "~src/components/common"; +import { I18nText, ThemeColor } from "~src/components/common"; export interface AlertInfo { type?: ThemeColor; |