Refactoring

This commit is contained in:
2024-06-28 08:16:28 +02:00
parent 665da4be29
commit 51c9c1f4f3
5 changed files with 23 additions and 28 deletions

View File

@@ -14,7 +14,7 @@ import {
} from "@/app/lib/actions/entityManagement/postActions";
import { PostViewProps } from "@/views/admin/ClientPostView";
import { aifa } from "@/util/Utils";
import { StateHook } from "../../../util/types/StateHook";
import { StateHook } from "@/util/state/stateUtils";
export type PostTableStateProps = {
posts:StateHook<GetPostsAttributes[]>,