yeet
This commit is contained in:
@@ -6,7 +6,7 @@ import PostTable, {
|
||||
import {
|
||||
GetPostsAttributes,
|
||||
PostServerActions,
|
||||
} from "@/app/lib/actions/entityManagement/post/postActions";
|
||||
} from "@/app/lib/actions/entitymanagement/post/postActions";
|
||||
import { EditorState } from "@/components/client/admin/PostEditor";
|
||||
import { Project } from "@/models";
|
||||
import { ReactNode, useState } from "react";
|
||||
|
||||
@@ -8,11 +8,11 @@ import {
|
||||
updatePost,
|
||||
GetPostsAttributes,
|
||||
PostServerActions,
|
||||
} from "@/app/lib/actions/entityManagement/post/postActions";
|
||||
import { getProjects } from "@/app/lib/actions/entityManagement/post/projectActions";
|
||||
} from "@/app/lib/actions/entitymanagement/post/postActions";
|
||||
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 { CPostView } from "@/views/admin/post";
|
||||
import { CPostView } from "@/components/views/admin/post";
|
||||
|
||||
type Props = {
|
||||
children?: ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user