Files
SubMiner/vendor/texthooker-ui/src/main.ts
2026-02-09 19:04:19 -08:00

10 lines
136 B
TypeScript

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