فهرست منبع

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';