reiji-h преди 2 години
родител
ревизия
1a20fd0e24
променени са 2 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. 2 0
      packages/presentation/src/components/index.ts
  2. 2 2
      packages/presentation/src/index.ts

+ 2 - 0
packages/presentation/src/components/index.ts

@@ -0,0 +1,2 @@
+export * from './Slides';
+export * from './Presentation';

+ 2 - 2
packages/presentation/src/index.ts

@@ -1,2 +1,2 @@
-export * from './components/Presentation';
-export * from './components/Slides';
+export * from './components';
+export * from './services';