cleaning up unused imports

This commit is contained in:
Andreas 2024-07-02 20:00:07 +02:00
parent da165ddf5e
commit f6bfd285e3

View File

@ -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,