Skip to content

Commit

Permalink
Removed view preview button with its associated code
Browse files Browse the repository at this point in the history
  • Loading branch information
Prakhar29Sharma committed Sep 24, 2024
1 parent 0dc54e6 commit c035050
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hooks/useCreatePage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { useDebounce } from "./useDebounce";
import { redirect, useRouter } from "next/navigation";

export type useCreatePageReturnType = {
viewPreview: boolean;
tags: string[];
setTags: React.Dispatch<React.SetStateAction<string[]>>;
tagValue: string;
Expand Down

0 comments on commit c035050

Please sign in to comment.