mirror of
https://github.com/aculix/negotium.git
synced 2026-09-11 07:28:17 +00:00
first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import App from './App.svelte';
|
||||
|
||||
const app = new App({
|
||||
target: document.getElementById('app'),
|
||||
});
|
||||
|
||||
export default app;
|
||||
Reference in New Issue
Block a user