diff options
author | crupest <crupest@outlook.com> | 2023-07-11 01:01:48 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-07-11 01:01:48 +0800 |
commit | d46b1aed549938c9f5e3e658b4098e71b5e2acf7 (patch) | |
tree | 0deae7f40692345c8e4b1473cdddbd13e0e5586d /FrontEnd/src/views/admin/Admin.tsx | |
parent | d9b83e4e8215168dda03b04168d7e30ce5fe779f (diff) | |
download | timeline-d46b1aed549938c9f5e3e658b4098e71b5e2acf7.tar.gz timeline-d46b1aed549938c9f5e3e658b4098e71b5e2acf7.tar.bz2 timeline-d46b1aed549938c9f5e3e658b4098e71b5e2acf7.zip |
Lint error, get away!
Diffstat (limited to 'FrontEnd/src/views/admin/Admin.tsx')
-rw-r--r-- | FrontEnd/src/views/admin/Admin.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FrontEnd/src/views/admin/Admin.tsx b/FrontEnd/src/views/admin/Admin.tsx index dc8b0aa6..986c36b4 100644 --- a/FrontEnd/src/views/admin/Admin.tsx +++ b/FrontEnd/src/views/admin/Admin.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import { Route, Routes } from "react-router-dom"; import { useTranslation } from "react-i18next"; |