test-card/av-sync/src/main.ts

9 lines
141 B
TypeScript

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