diff --git a/src/views/admin/post/CPostView.tsx b/src/views/admin/post/CPostView.tsx index 87b67c7..b7dc421 100644 --- a/src/views/admin/post/CPostView.tsx +++ b/src/views/admin/post/CPostView.tsx @@ -21,7 +21,7 @@ export type PostViewProps = { actions: PostServerActions; }; -export function ClientPostView({ +export function CPostView({ // children, headings, posts, diff --git a/src/views/admin/post/PostView.tsx b/src/views/admin/post/PostView.tsx index c9bf538..457f4fa 100644 --- a/src/views/admin/post/PostView.tsx +++ b/src/views/admin/post/PostView.tsx @@ -12,7 +12,7 @@ import { import { getProjects } from "@/app/lib/actions/entityManagement/post/projectActions"; import { Bucket, Project, Post, dbSync, Attachment } from "@/models"; import { handleActionResult } from "@/app/lib/actions/clientActionHandler"; -import { ClientPostView } from "@/views/admin/post"; +import { CPostView } from "@/views/admin/post"; type Props = { children?: ReactNode; @@ -48,7 +48,7 @@ export async function PostView(props: Props) { return (
-