From efb6f3a593cc4495cc05145080765865ea198098 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Mon, 29 Dec 2025 11:25:26 +0800 Subject: feat: initialize Streamlit app with basic title and instructions --- src/main.ts | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/main.ts (limited to 'src/main.ts') diff --git a/src/main.ts b/src/main.ts deleted file mode 100644 index f11674d..0000000 --- a/src/main.ts +++ /dev/null @@ -1,20 +0,0 @@ -/** - * main.ts - * - * Bootstraps Vuetify and other plugins then mounts the App` - */ - -// Components -import App from './App.vue' - -// Composables -import { createApp } from 'vue' - -// Plugins -import { registerPlugins } from '@/plugins' - -const app = createApp(App) - -registerPlugins(app) - -app.mount('#app') -- cgit v1.2.3-70-g09d2