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