diff --git a/neetbox.code-workspace b/neetbox.code-workspace new file mode 100644 index 00000000..1b17355a --- /dev/null +++ b/neetbox.code-workspace @@ -0,0 +1,11 @@ +{ + "folders": [ + { + "path": "." + }, + { + "path": "neetbox/frontend" + } + ], + "settings": {} +} \ No newline at end of file diff --git a/neetbox/frontend/src/App.tsx b/neetbox/frontend/src/App.tsx index 5661e9bb..f77da0c7 100644 --- a/neetbox/frontend/src/App.tsx +++ b/neetbox/frontend/src/App.tsx @@ -1,43 +1,5 @@ -import { Layout, Button, Space, Typography } from "@douyinfe/semi-ui"; -import { Link, Outlet } from "react-router-dom"; -import SwitchColorMode from "./components/themeSwitcher"; -import "./styles/global.css"; -import FooterContent from "./components/Footer"; - -const { Header, Footer, Content } = Layout; - -export default function AppLayout() { - return ( - -
- - NEET Center - -
- - - - - - -
-
- - - - - -