1324
This commit is contained in:
parent
050ac3fecf
commit
c92e3c4908
@ -1097,6 +1097,18 @@ const BS070ShowPrint = Loadable({
|
|||||||
loader: () => import('../components/CustomPages/BS/BS070ShowPrint'),
|
loader: () => import('../components/CustomPages/BS/BS070ShowPrint'),
|
||||||
loading: () => <div />
|
loading: () => <div />
|
||||||
})
|
})
|
||||||
|
const BS072ShowPrint = Loadable({
|
||||||
|
loader: () => import('../components/CustomPages/BS/BS072ShowPrint'),
|
||||||
|
loading: () => <div />
|
||||||
|
})
|
||||||
|
const BS073ShowPrint = Loadable({
|
||||||
|
loader: () => import('../components/CustomPages/BS/BS073ShowPrint'),
|
||||||
|
loading: () => <div />
|
||||||
|
})
|
||||||
|
const BS074ShowPrint = Loadable({
|
||||||
|
loader: () => import('../components/CustomPages/BS/BS074ShowPrint'),
|
||||||
|
loading: () => <div />
|
||||||
|
})
|
||||||
const FO017ShowPrint = Loadable({
|
const FO017ShowPrint = Loadable({
|
||||||
loader: () => import('../components/CustomPages/FO/FO017ShowPrint'),
|
loader: () => import('../components/CustomPages/FO/FO017ShowPrint'),
|
||||||
loading: () => <div />
|
loading: () => <div />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user