Refactoring
This commit is contained in:
@@ -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[]>,
|
||||
|
||||
Reference in New Issue
Block a user