diff --git a/src/components/ArchivePanel.astro b/src/components/ArchivePanel.astro index 4a1a783..5b040d1 100644 --- a/src/components/ArchivePanel.astro +++ b/src/components/ArchivePanel.astro @@ -1,5 +1,4 @@ --- -import {UNCATEGORIZED} from "@constants/constants"; interface Props { keyword: string; tags: string[]; @@ -12,6 +11,7 @@ import {getSortedPosts} from "../utils/content-utils"; import {getPostUrlBySlug} from "../utils/url-utils"; import {i18n} from "../i18n/translation"; import I18nKey from "../i18n/i18nKey"; +import {UNCATEGORIZED} from "@constants/constants"; let posts = await getSortedPosts() @@ -66,20 +66,20 @@ function formatTag(tag: string[]) { groups.map(group => (