Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
minhphuc010194 committed Oct 23, 2023
1 parent f6bf37e commit 93d4bb7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
} from '@/components/chakra';
import { useAuth, useEffect, useRouter, useState, useToast } from '@/hooks';
import { ChevronDownIcon, ChevronUpIcon } from '@/icons';
import { TextEditor } from '@/components/client';
import type { Post } from '@/types';
import slugify from 'slugify';

Expand Down Expand Up @@ -165,8 +164,6 @@ export default function BlogEditForm({ data }: BlogEditFormProps) {
size="sm"
marginY={1}
/>

<TextEditor onChange={(text) => setContent(text)} value={content} />
</Box>
<Box w="20%">
<Card>
Expand Down

0 comments on commit 93d4bb7

Please sign in to comment.