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/store/app.ts | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/store/app.ts (limited to 'src/store/app.ts') diff --git a/src/store/app.ts b/src/store/app.ts deleted file mode 100644 index 7429543..0000000 --- a/src/store/app.ts +++ /dev/null @@ -1,8 +0,0 @@ -// Utilities -import { defineStore } from 'pinia' - -export const useAppStore = defineStore('app', { - state: () => ({ - // - }), -}) -- cgit v1.2.3-70-g09d2