frontend cleanup
This commit is contained in:
parent
78eb0c0080
commit
4ceaa7ff20
38 changed files with 2873 additions and 1180 deletions
13
frontend/_src/main.ts
Normal file
13
frontend/_src/main.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
// Klondike project old CSS file
|
||||
import "./css/main.scss";
|
||||
|
||||
// App current CSS file
|
||||
import "./css/styles.scss";
|
||||
|
||||
// deploy app
|
||||
import App from "./App.svelte";
|
||||
const app = new App({
|
||||
target: document.getElementById("app")!,
|
||||
});
|
||||
|
||||
export default app;
|
||||
Loading…
Add table
Add a link
Reference in a new issue