quartznet-info/src/main.js

10 lines
No EOL
160 B
JavaScript

import App from './routes/index.svelte';
const app = new App({
target: document.body,
props: {
name: 'Quartznet'
}
});
export default app;