tycho-components 0.0.17-SNAPSHOT-2 → 0.0.17-SNAPSHOT-3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export { default as AppPicture } from './AppPicture';
|
|
|
11
11
|
export { default as AppPlaceholder } from './AppPlaceholder';
|
|
12
12
|
export { default as AppSelect } from './AppSelect';
|
|
13
13
|
export { default as AppTable } from './AppTable';
|
|
14
|
-
export { default as AppListTable } from './AppTable';
|
|
14
|
+
export { default as AppListTable } from './AppTable/AppListTable';
|
|
15
15
|
export { default as AppToast } from './AppToast';
|
|
16
16
|
export { default as CommentComponent } from './Comments';
|
|
17
17
|
export { default as Header } from './Header';
|
package/dist/index.js
CHANGED
|
@@ -11,7 +11,7 @@ export { default as AppPicture } from './AppPicture';
|
|
|
11
11
|
export { default as AppPlaceholder } from './AppPlaceholder';
|
|
12
12
|
export { default as AppSelect } from './AppSelect';
|
|
13
13
|
export { default as AppTable } from './AppTable';
|
|
14
|
-
export { default as AppListTable } from './AppTable';
|
|
14
|
+
export { default as AppListTable } from './AppTable/AppListTable';
|
|
15
15
|
export { default as AppToast } from './AppToast';
|
|
16
16
|
export { default as CommentComponent } from './Comments';
|
|
17
17
|
export { default as Header } from './Header';
|