mirror of
https://github.com/iconify/iconify.git
synced 2024-12-13 22:18:24 +00:00
8 lines
118 B
TypeScript
8 lines
118 B
TypeScript
import App from './App.svelte'
|
|
|
|
const app = new App({
|
|
target: document.getElementById('app')
|
|
})
|
|
|
|
export default app
|