]> git.r.bdr.sh - rbdr/forum/blobdiff - src/lib/components/tag/tag.svelte
Don't remember what this WIP was about
[rbdr/forum] / src / lib / components / tag / tag.svelte
index 17440943f64bd1f770400048f65da340e084354c..71e8efff466d54db3d4bfb38cb4da7fecbd7f39a 100644 (file)
@@ -1,7 +1,7 @@
 <script lang="ts">
-       import type { Tag, Topic } from '$lib/data/types';
+       import type { Topic } from '$lib/data/types';
 
-       export let tag: Tag;
+       export let tag: string;
        export let topics: Topic[];
 
        import { _ } from 'svelte-i18n';