12
This commit is contained in:
parent
c92e3c4908
commit
3664a902b2
@ -139,6 +139,18 @@ const BS064ShowPrint = Loadable({
|
|||||||
loader: () => import('../components/CustomPages/BS/BS064ShowPrint'),
|
loader: () => import('../components/CustomPages/BS/BS064ShowPrint'),
|
||||||
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 BS070ShowPrint = Loadable({
|
const BS070ShowPrint = Loadable({
|
||||||
loader: () => import('../components/CustomPages/BS/BS070ShowPrint'),
|
loader: () => import('../components/CustomPages/BS/BS070ShowPrint'),
|
||||||
loading: () => <div />
|
loading: () => <div />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user