What is currently packages/portal is example of a running portal and should move to examples (it will get replaced by an actual portal lib soon).
6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
import Table from './Table';
|
|
import ErrorMessage from './Error';
|
|
import CustomLink from './CustomLink';
|
|
|
|
export { Table, ErrorMessage, CustomLink };
|