summaryrefslogtreecommitdiff
path: root/src/stores/news.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/news.ts')
-rw-r--r--src/stores/news.ts5
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', () => {
+})