parent
0e220fb944
commit
9dedb52e55
File diff suppressed because one or more lines are too long
@ -1,12 +0,0 @@
|
|||||||
import { Loadable } from 'educoder';
|
|
||||||
|
|
||||||
import Loading from "./Loading";
|
|
||||||
|
|
||||||
const CustomLoadable = (loader, loading = Loading) => {
|
|
||||||
return Loadable({
|
|
||||||
loader,
|
|
||||||
loading
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
export default CustomLoadable
|
|
Loading…
Reference in new issue