Cleaned up unused imports
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
"use server";
|
||||
cache: "no-store";
|
||||
|
||||
import { ReactNode, useEffect } from "react";
|
||||
import PostTable from "@/components/client/admin/PostTable";
|
||||
import { ReactNode } from "react";
|
||||
import {
|
||||
deletePost,
|
||||
getPostsWithBucketsAndProject,
|
||||
|
||||
Reference in New Issue
Block a user