diff --git a/frontend/src/component/common/Loader/Loader.tsx b/frontend/src/component/common/Loader/Loader.tsx index 381011cf61..27888c9e2a 100644 --- a/frontend/src/component/common/Loader/Loader.tsx +++ b/frontend/src/component/common/Loader/Loader.tsx @@ -1,4 +1,5 @@ import logo from '../../../assets/img/unleash_logo_icon_dark _ alpha.gif'; +import { formatAssetPath } from '../../../utils/format-path'; import { useStyles } from './Loader.styles'; const Loader = () => { @@ -6,7 +7,11 @@ const Loader = () => { return (
- loading... + loading...
); };