8 lines
144 B
TypeScript
8 lines
144 B
TypeScript
export * from './tour-list-view';
|
|
|
|
export * from './tour-edit-view';
|
|
|
|
export * from './tour-create-view';
|
|
|
|
export * from './tour-details-view';
|