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

8 lines
104 B
JavaScript
Raw Normal View History

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