moving stuff and refactoring

This commit is contained in:
2024-06-28 09:49:39 +02:00
parent 7b4bdb7b97
commit de148eaf19
10 changed files with 26 additions and 20 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import {
getPostsWithBucketsAndProject,
GetPostsAttributes,
PostServerActions,
} from "@/app/lib/actions/entityManagement/postActions";
} from "@/app/lib/actions/entityManagement/post/postActions";
import { PostViewProps } from "@/views/admin/ClientPostView";
import { aifa } from "@/util/Utils";
import { StateHook } from "@/util/state/stateUtils";