Skip to content

Commit 53c7ee9

Browse files
committed
fix: 빌드 에러 확인
1 parent 0ba0510 commit 53c7ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/page/signup/type/questionType.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { OptionType } from '@/page/signup/component/type/optionType';
1+
import type { OptionType } from '@/page/signup/type/optionType';
22

33
export type QuestionType = {
44
id: number;

0 commit comments

Comments
 (0)