cleaning up unused imports
This commit is contained in:
parent
da165ddf5e
commit
f6bfd285e3
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user