summaryrefslogtreecommitdiff
path: root/src/app/article/all
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/article/all')
-rw-r--r--src/app/article/all/[pageId]/page.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/article/all/[pageId]/page.tsx b/src/app/article/all/[pageId]/page.tsx
index 2b9685c..c94909a 100644
--- a/src/app/article/all/[pageId]/page.tsx
+++ b/src/app/article/all/[pageId]/page.tsx
@@ -4,6 +4,7 @@ import { ArticleListElement } from "../../_components/articleListElement";
import { PPV } from "../../../../util/consts";
import { chunk } from "../../../../util/arrayChunk";
import { pagenationElement } from "../../_components/pagenationElement";
+import { TableElement } from "../../../_components/tableElements";
dateformat.i18n.dayNames = [
'日', '月', '火', '水', '木', '金', '土',
'日曜日', '月曜日', '火曜日', '水曜日', '木曜日', '金曜日', '土曜日'