2
0
mirror of https://github.com/iconify/iconify.git synced 2024-10-23 17:12:03 +00:00
iconify/components-demo/svelte-demo-vite/src/main.ts
2022-05-12 22:39:56 +03:00

8 lines
118 B
TypeScript

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