Skip to content

Commit

Permalink
chore: import 파일 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hae-on committed Nov 9, 2023
1 parent 158ec78 commit 17c3954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Textarea/Textarea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { forwardRef } from 'react';
import type { CSSProperties, ComponentPropsWithRef } from 'react';
import styled from 'styled-components';

import useValidator from '../hooks/useValidator';
import useValidator from '../hooks/useSpaceValidator';
import theme from '../styles/theme';
import Text from '../Text/Text';

Expand Down

0 comments on commit 17c3954

Please sign in to comment.