2
0
mirror of https://github.com/iconify/iconify.git synced 2024-10-24 01:22:04 +00:00
iconify/components-demo/svelte-demo-vite/src/main.ts

8 lines
118 B
TypeScript
Raw Normal View History

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