From a1f2adb2a7c2190b66c85e100747f6b8825b44c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=97=8D+85CD?= <50108258+kwaa@users.noreply.github.com> Date: Mon, 29 Apr 2024 20:22:03 +0800 Subject: [PATCH] fix(mod): update components index --- mod.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/mod.ts b/mod.ts index 3b8421e..abeb700 100644 --- a/mod.ts +++ b/mod.ts @@ -18,6 +18,7 @@ export const components = src('/_components/', [ 'header.tsx', 'hero.tsx', 'pagination.tsx', + 'posts.tsx', 'tags.tsx', ])