Initial Commit
This commit is contained in:
16
src/components/index.ts
Normal file
16
src/components/index.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export * from './buttons';
|
||||
export * from './channel-icon-menu';
|
||||
export * from './error-renderer';
|
||||
export * from './layout';
|
||||
export * from './loaders';
|
||||
export * from './modal';
|
||||
export * from './new-tab-link';
|
||||
export * from './pre-formatted-code';
|
||||
export * from './tags';
|
||||
export * from './table-screen-header';
|
||||
export * from './table-with-pagination';
|
||||
export * from './ui';
|
||||
export * from './tooltip';
|
||||
export * from './ProtectedRoute';
|
||||
export * from './table';
|
||||
export * from './typography';
|
||||
Reference in New Issue
Block a user