revotech-ui-kit 0.0.2-beta → 0.0.3-beta
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/index.ts +1 -0
package/package.json
CHANGED
package/src/index.ts
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
export * from './components/';
|