From f6bfd285e340eabb3c5ba16866f2972e76e20029 Mon Sep 17 00:00:00 2001 From: Andreas Date: Tue, 2 Jul 2024 20:00:07 +0200 Subject: [PATCH] cleaning up unused imports --- src/components/client/admin/PostTable.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/client/admin/PostTable.tsx b/src/components/client/admin/PostTable.tsx index 4d30d82..05e18e5 100644 --- a/src/components/client/admin/PostTable.tsx +++ b/src/components/client/admin/PostTable.tsx @@ -16,7 +16,6 @@ import { handleActionResult } from "@/app/lib/actions/clientActionHandler"; import { getPostsWithBucketsAndProject, GetPostsAttributes, - PostServerActions, } from "@/app/lib/actions/entityManagement/post/postActions"; import { PostViewProps } from "@/views/admin/post"; @@ -30,7 +29,6 @@ export type PostTableStateProps = { export type PostTableProps = PostViewProps & { state: PostTableStateProps }; export default function PostTable({ - children, headings, posts, projects,