refactoring

This commit is contained in:
Andreas Schaafsma 2024-07-02 11:59:58 +02:00
parent 1971966099
commit 30e62b397d
2 changed files with 1 additions and 2 deletions

View File

@ -19,8 +19,7 @@ import {
PostServerActions, PostServerActions,
} from "@/app/lib/actions/entityManagement/post/postActions"; } from "@/app/lib/actions/entityManagement/post/postActions";
import { PostViewProps } from "@/views/admin/ClientPostView"; import { PostViewProps } from "@/views/admin/ClientPostView";
import { aifa } from "@/util/utils"; import { aifa, StateHook } from "@/util/";
import { StateHook } from "@/util/state";
export type PostTableStateProps = { export type PostTableStateProps = {
posts: StateHook<GetPostsAttributes[]>; posts: StateHook<GetPostsAttributes[]>;