diff options
Diffstat (limited to 'FrontEnd/src/views/center/CenterBoards.tsx')
-rw-r--r-- | FrontEnd/src/views/center/CenterBoards.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/center/CenterBoards.tsx b/FrontEnd/src/views/center/CenterBoards.tsx index e95f4cb8..a8be2c29 100644 --- a/FrontEnd/src/views/center/CenterBoards.tsx +++ b/FrontEnd/src/views/center/CenterBoards.tsx @@ -1,4 +1,4 @@ -import React from "react"; +import * as React from "react"; import { useTranslation } from "react-i18next"; import { highlightTimelineUsername } from "@/common"; |