diff options
| author | 2024-09-07 15:15:32 +0800 | |
|---|---|---|
| committer | 2024-09-07 15:15:32 +0800 | |
| commit | 72a79bd525e72f80c6b46b4514f0e6bb4c3cc07a (patch) | |
| tree | 16bd9b550f7fd406be726c3a2380ef24ca14bfe0 /site/src/store/index.ts | |
| parent | 8a32052835e155b5577fe15cd2b09b7aa56a8d65 (diff) | |
| download | HydroRoll-72a79bd525e72f80c6b46b4514f0e6bb4c3cc07a.tar.gz HydroRoll-72a79bd525e72f80c6b46b4514f0e6bb4c3cc07a.zip | |
refactor(site): move site to HydroRoll-site repo
Diffstat (limited to 'site/src/store/index.ts')
| -rw-r--r-- | site/src/store/index.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/site/src/store/index.ts b/site/src/store/index.ts deleted file mode 100644 index 1536252..0000000 --- a/site/src/store/index.ts +++ /dev/null @@ -1,4 +0,0 @@ -// Utilities -import { createPinia } from 'pinia' - -export default createPinia() |
