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 {
|
import {
|
||||||
getPostsWithBucketsAndProject,
|
getPostsWithBucketsAndProject,
|
||||||
GetPostsAttributes,
|
GetPostsAttributes,
|
||||||
PostServerActions,
|
|
||||||
} from "@/app/lib/actions/entityManagement/post/postActions";
|
} from "@/app/lib/actions/entityManagement/post/postActions";
|
||||||
|
|
||||||
import { PostViewProps } from "@/views/admin/post";
|
import { PostViewProps } from "@/views/admin/post";
|
||||||
@ -30,7 +29,6 @@ export type PostTableStateProps = {
|
|||||||
export type PostTableProps = PostViewProps & { state: PostTableStateProps };
|
export type PostTableProps = PostViewProps & { state: PostTableStateProps };
|
||||||
|
|
||||||
export default function PostTable({
|
export default function PostTable({
|
||||||
children,
|
|
||||||
headings,
|
headings,
|
||||||
posts,
|
posts,
|
||||||
projects,
|
projects,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user