Cleaned up obsolete types
This commit is contained in:
@@ -7,7 +7,7 @@ import { Project, Post, Bucket } from "@/model/Models";
|
||||
import toast from "react-hot-toast"
|
||||
import { ActionResult } from "@/app/lib/actions/ActionResult";
|
||||
import { handleActionResult } from "@/app/lib/actions/clientActionHandler";
|
||||
import PostEditor, { EditorProps, PostEditorPost } from "./PostEditor";
|
||||
import PostEditor, { EditorProps } from "./PostEditor";
|
||||
import { getPostsWithBuckets } from "@/app/lib/actions/entityManagement/postActions";
|
||||
import { PostAttributesWithBuckets } from "@/model/Post";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user