Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
황 태환 committed Feb 29, 2024
1 parent 1216691 commit c591645
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/create-character/steps/set-name.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ import useCarousel from '../hooks/useCarousel';
import useCreateCharacter from '../hooks/useCreateCharacter';
import FixedBottomArea from '../fixed-bottom-area';
import { useRouter } from 'next/navigation';
import Header from '../header';

const NAME_REGEX = /^[ㄱ-ㅎ|ㅏ-ㅣ|가-힣a-zA-Z\s]{1,8}$/;

export default React.memo(function SetName() {
const { setValue } = useCreateCharacter();
const router = useRouter();
const { handleNextClick } = useCarousel();

const [name, setName] = useState('');
Expand Down

0 comments on commit c591645

Please sign in to comment.