2
0
mirror of https://github.com/iconify/iconify.git synced 2024-12-13 22:18:24 +00:00
iconify/packages/svelte-demo-vite/src/main.ts
2021-09-28 09:40:55 +03:00

8 lines
118 B
TypeScript

import App from './App.svelte'
const app = new App({
target: document.getElementById('app')
})
export default app