diff options
| author | Daniel Andreas Wang <danielaw@tilde.club> | 2026-03-12 18:31:40 +0100 |
|---|---|---|
| committer | Daniel Andreas Wang <danielaw@tilde.club> | 2026-03-12 18:31:40 +0100 |
| commit | ad9c2429def17cd73d0cc22837ef278abcd4f64a (patch) | |
| tree | a45f23c88828feeaebae33bc7da04bbe606acfef /src/stores | |
first commit
Diffstat (limited to 'src/stores')
| -rw-r--r-- | src/stores/news.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stores/news.ts b/src/stores/news.ts new file mode 100644 index 0000000..31866ba --- /dev/null +++ b/src/stores/news.ts @@ -0,0 +1,5 @@ +import { ref, computed } from 'vue' +import { defineStore } from 'pinia' + +export const useNewsStore = defineStore('news', () => { +}) |
