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,