Skip to content

Commit

Permalink
chore: TextArea 파일명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
gxxrxn committed Apr 15, 2024
1 parent 5eeb1eb commit f48273f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Meta, StoryObj } from '@storybook/react';
import { SubmitHandler, useForm } from 'react-hook-form';
import TextArea from '@/v1/base/TextAreas';
import TextArea from '@/v1/base/TextArea';
import Button from '@/v1/base/Button';

const meta: Meta<typeof TextArea> = {
Expand Down
File renamed without changes.

0 comments on commit f48273f

Please sign in to comment.