mirror of
https://github.com/nkoehring/250kb-club.git
synced 2025-05-05 20:49:03 +02:00
5 lines
127 B
JavaScript
5 lines
127 B
JavaScript
import App from './App.svelte';
|
|
|
|
var app = new App({ target: document.getElementById('members-table') });
|
|
|
|
export default app;
|