slidershim/src/main.ts
2022-01-28 00:39:01 +08:00

7 lines
102 B
TypeScript

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