mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
10 lines
136 B
TypeScript
10 lines
136 B
TypeScript
import './app.css';
|
|
|
|
import App from './components/App.svelte';
|
|
|
|
const app = new App({
|
|
target: document.body,
|
|
});
|
|
|
|
export default app;
|