mirror of
https://github.com/4yn/slidershim.git
synced 2026-03-30 14:04:49 -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; |