소스 검색

fix: added export file for components

Oleksandr Honcharov 1 년 전
부모
커밋
4c575c87fe
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      src/components/index.ts

+ 7 - 0
src/components/index.ts

@@ -0,0 +1,7 @@
+export * from './CheckBox';
+export * from './Button';
+export * from './BigText';
+export * from './Header';
+export * from './Input';
+export * from './Modal';
+export * from './PageWrapper';