Feat: Frontend app shell
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
// Path: Frontend/src/app.tsx
|
||||
|
||||
import type { JSX } from "solid-js";
|
||||
import { AppShell } from "./components/shell/AppShell/AppShell";
|
||||
import "./styles/main.scss";
|
||||
|
||||
export default function App() {
|
||||
return <main />;
|
||||
}
|
||||
const App = (): JSX.Element => {
|
||||
return <AppShell />;
|
||||
};
|
||||
|
||||
export default App;
|
||||
|
||||
Reference in New Issue
Block a user