mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-01 18:22:41 -08:00
initial commit
This commit is contained in:
9
vendor/texthooker-ui/src/main.ts
vendored
Normal file
9
vendor/texthooker-ui/src/main.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import './app.css';
|
||||
|
||||
import App from './components/App.svelte';
|
||||
|
||||
const app = new App({
|
||||
target: document.body,
|
||||
});
|
||||
|
||||
export default app;
|
||||
Reference in New Issue
Block a user