mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 04:40:17 +03:00
8 lines
123 B
TypeScript
8 lines
123 B
TypeScript
|
|
import { mount } from 'svelte'
|
||
|
|
|
||
|
|
import App from './App.svelte'
|
||
|
|
|
||
|
|
mount(App, {
|
||
|
|
target: document.getElementById('app')!,
|
||
|
|
})
|