diff options
Diffstat (limited to 'FrontEnd/src/services/alert.ts')
-rw-r--r-- | FrontEnd/src/services/alert.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/services/alert.ts b/FrontEnd/src/services/alert.ts index abe56315..1aa5423c 100644 --- a/FrontEnd/src/services/alert.ts +++ b/FrontEnd/src/services/alert.ts @@ -1,4 +1,4 @@ -import React from "react"; +import * as React from "react"; import pull from "lodash/pull"; import { I18nText } from "@/common"; |