We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f9d06 commit 6ae051fCopy full SHA for 6ae051f
src/app/dashboard/_components/ArticleList.tsx
@@ -1,6 +1,5 @@
1
"use client";
2
3
-import { Article } from "@/backend/models/domain-models";
4
import * as articleActions from "@/backend/services/article.actions";
5
import { useAppConfirm } from "@/components/app-confirm";
6
import { Button } from "@/components/ui/button";
@@ -31,7 +30,7 @@ import { addDays, differenceInHours } from "date-fns";
31
30
import { TrashIcon } from "lucide-react";
32
import Link from "next/link";
33
34
-const ArticleList = async () => {
+const ArticleList = () => {
35
const { _t } = useTranslation();
36
const queryClient = useQueryClient();
37
const appConfirm = useAppConfirm();
0 commit comments