Merge branch 'master' of https://git.subsonics.nl/andreas/portfolio2023
This commit is contained in:
commit
da165ddf5e
@ -18,9 +18,9 @@ import {
|
|||||||
GetPostsAttributes,
|
GetPostsAttributes,
|
||||||
PostServerActions,
|
PostServerActions,
|
||||||
} from "@/app/lib/actions/entityManagement/post/postActions";
|
} from "@/app/lib/actions/entityManagement/post/postActions";
|
||||||
|
|
||||||
import { PostViewProps } from "@/views/admin/post";
|
import { PostViewProps } from "@/views/admin/post";
|
||||||
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[]>;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user