Skip to content

Commit 7049fc1

Browse files
committed
[#141] refactor: 타입검사 함수 외부화
1 parent d45e4c1 commit 7049fc1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

frontend/src/utils/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
export { fetchDummyData } from './fetchDummyData';
2-
export { regex, fontSize, placeHolder, listComponent } from './blockContent';
2+
export {
3+
validateType,
4+
fontSize,
5+
placeHolder,
6+
listComponent,
7+
} from './blockContent';
38
export * from './debounce';
49
export * from './fetchApi';
510
export * from './blockApis';

0 commit comments

Comments
 (0)