You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
369 B
8 lines
369 B
export { default } from './confirm-page-container.component'
|
|
export { default as ConfirmPageContainerHeader } from './confirm-page-container-header'
|
|
export { default as ConfirmDetailRow } from './confirm-detail-row'
|
|
export {
|
|
default as ConfirmPageContainerContent,
|
|
ConfirmPageContainerSummary,
|
|
ConfirmPageContainerError,
|
|
} from './confirm-page-container-content'
|
|
|