aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla/src/perf
diff options
context:
space:
mode:
Diffstat (limited to 'frontend-vanilla/src/perf')
-rw-r--r--frontend-vanilla/src/perf/store.perf.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend-vanilla/src/perf/store.perf.test.ts b/frontend-vanilla/src/perf/store.perf.test.ts
index 734e132..382cbb4 100644
--- a/frontend-vanilla/src/perf/store.perf.test.ts
+++ b/frontend-vanilla/src/perf/store.perf.test.ts
@@ -1,6 +1,6 @@
import { describe, it, expect } from 'vitest';
import { Store } from '../store';
-import type { Item, Feed, Category } from '../types';
+import type { Item, Feed } from '../types';
function makeItem(id: number): Item {
return {