-
+
@@ -10,75 +11,83 @@
+
+
-
-
-
+
+
+
-
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
+
+
+
+
\ No newline at end of file
diff --git a/src/stores/filters.ts b/src/stores/filters.ts
index e8d044a..f801266 100644
--- a/src/stores/filters.ts
+++ b/src/stores/filters.ts
@@ -1,8 +1,5 @@
-import { ref, computed, VueElement } from 'vue'
+import { ref, VueElement } from 'vue'
import { defineStore } from 'pinia'
-import { dispatchNotification } from '@/components/Notification'
-import { readData, removeData, writeData } from '@/utils/storage'
-import router from '@/router'
import {
Type1,
@@ -26,7 +23,22 @@ import {
const test1: { [key: string]: any } = {
'type-1': Type1,
- 'type-2': Type2
+ 'type-2': Type2,
+ 'type-3': Type3,
+ 'type-4': Type4,
+ 'type-5': Type5,
+ 'type-6': Type6,
+ 'type-7': Type7,
+ 'type-8': Type8,
+ 'type-9': Type9,
+ 'type-10': Type10,
+ 'type-11': Type11,
+ 'type-12': Type12,
+ 'type-13': Type13,
+ 'type-14': Type14,
+ 'type-15': Type15,
+ 'type-16': Type16,
+ 'type-17': Type17
}
const getFilters = (type: string): VueElement => {