diff --git a/app/(app)/alpha/new/[[...postIdArr]]/_client.tsx b/app/(app)/alpha/new/[[...postIdArr]]/_client.tsx index d459ac6b..bd24c4a5 100644 --- a/app/(app)/alpha/new/[[...postIdArr]]/_client.tsx +++ b/app/(app)/alpha/new/[[...postIdArr]]/_client.tsx @@ -19,8 +19,6 @@ const Create = () => { const postId = params?.postIdArr?.[0] || ""; const { - viewPreview, - setViewPreview, tags, tagValue, savedTime, @@ -54,13 +52,6 @@ const Create = () => { return ( <> -