User management not done. Footer not done Nav user management icon not positioned correctly
10 lines
160 B
JavaScript
10 lines
160 B
JavaScript
import App from './routes/index.svelte';
|
|
|
|
const app = new App({
|
|
target: document.body,
|
|
props: {
|
|
name: 'Quartznet'
|
|
}
|
|
});
|
|
|
|
export default app; |