Selaa lähdekoodia

fix: added export file for components

Oleksandr Honcharov 1 vuosi sitten
vanhempi
commit
4c575c87fe
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  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';