@lotte-innovate/ui-component-test 0.1.70 → 0.1.71
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/lib/index.d.ts +2 -2
- package/dist/lib/index.js +2 -2
- package/package.json +1 -1
package/dist/lib/index.d.ts
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from './components';
|
2
|
-
export * from './Typography';
|
1
|
+
export * from './components/index';
|
2
|
+
export * from './Typography/index';
|
package/dist/lib/index.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from './components';
|
2
|
-
export * from './Typography';
|
1
|
+
export * from './components/index';
|
2
|
+
export * from './Typography/index';
|