mirror of
https://github.com/4yn/slidershim.git
synced 2026-04-08 18:34:52 -05:00
7 lines
102 B
TypeScript
7 lines
102 B
TypeScript
import App from './App.svelte';
|
|
|
|
const app = new App({
|
|
target: document.body
|
|
});
|
|
|
|
export default app; |