4 lines
159 B
TypeScript
4 lines
159 B
TypeScript
export { PartList } from './PartList';
|
|
export { PartCreate } from './PartCreate';
|
|
export { PartEdit } from './PartEdit';
|
|
export { PartShow } from './PartShow'; |