From 78764f1552a7974834205dd06b437aff3b9612b9 Mon Sep 17 00:00:00 2001 From: Nettika Date: Wed, 28 Jan 2026 22:42:53 -0800 Subject: [PATCH] Add placeholder subdirectories --- TODO.md | 2 +- src/composables/.gitkeep | 0 src/stores/.gitkeep | 0 src/types/.gitkeep | 0 4 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/composables/.gitkeep create mode 100644 src/stores/.gitkeep create mode 100644 src/types/.gitkeep diff --git a/TODO.md b/TODO.md index afd8c4c18..e331c779c 100644 --- a/TODO.md +++ b/TODO.md @@ -15,7 +15,7 @@ A step-by-step checklist for porting MatterControl's design features to a Vue + ### Vue Project Scaffold - [x] Initialize Vue 3 project with Vite and TypeScript - [x] Add ESLint and Prettier configuration -- [ ] Create folder structure (`components/`, `composables/`, `stores/`, `types/`) +- [x] Create folder structure (`components/`, `composables/`, `stores/`, `types/`) - [ ] Add Pinia for state management - [ ] Verify hot module replacement works diff --git a/src/composables/.gitkeep b/src/composables/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/src/stores/.gitkeep b/src/stores/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/src/types/.gitkeep b/src/types/.gitkeep new file mode 100644 index 000000000..e69de29bb