Feat: Prepare frontend future model
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
import type { JSX } from "solid-js";
|
||||
import { AppShell } from "./components/shell/AppShell/AppShell";
|
||||
import "./styles/main.scss";
|
||||
import "./styles/user-overrides.scss";
|
||||
|
||||
const App = (): JSX.Element => {
|
||||
return <AppShell />;
|
||||
|
||||
Reference in New Issue
Block a user