Browse Source

fix: added export file for components

Oleksandr Honcharov 1 năm trước cách đây
mục cha
commit
4c575c87fe
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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';