소스 검색

clean code export

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