[M] Rename

This commit is contained in:
Azalea
2024-02-08 02:51:31 -05:00
parent fa567ce0e2
commit 071491b459
18 changed files with 31 additions and 34 deletions

7
AquaNet/src/main.ts Normal file
View File

@@ -0,0 +1,7 @@
import './app.sass'
import App from './App.svelte'
// @ts-ignore
const app = new App({target: document.getElementById('app')})
export default app