diff --git a/src/components/layout/Sidebar.tsx b/src/components/layout/Sidebar.tsx
index 4ea206d..d950f7e 100644
--- a/src/components/layout/Sidebar.tsx
+++ b/src/components/layout/Sidebar.tsx
@@ -16,7 +16,7 @@ import {
SidebarNavItem,
} from './styled';
import { StyledButton } from '../shared/styled';
-import { InfoModal } from '../modal/PageModal';
+import { InfoModal } from '../modal/Modal';
import placeholderImg from '../../img/placeholder.png';
import SidebarPlaylists from './SidebarPlaylists';
import { setSidebar } from '../../redux/configSlice';
diff --git a/src/components/layout/SidebarPlaylists.tsx b/src/components/layout/SidebarPlaylists.tsx
index cfabd14..bd78bfe 100644
--- a/src/components/layout/SidebarPlaylists.tsx
+++ b/src/components/layout/SidebarPlaylists.tsx
@@ -52,7 +52,7 @@ const SidebarPlaylists = ({ width }: any) => {
{({ height }: any) => (
<>
{isLoading ? (
-
+
) : (
{
+const CenterLoader = ({ absolute }: any) => {
return (
-
+
);
};
diff --git a/src/components/viewtypes/GridViewType.tsx b/src/components/viewtypes/GridViewType.tsx
index fbc1f36..ae699ee 100644
--- a/src/components/viewtypes/GridViewType.tsx
+++ b/src/components/viewtypes/GridViewType.tsx
@@ -220,7 +220,7 @@ const GridViewType = ({
gridRef={gridRef}
/>
) : loading ? (
-
+
) : (
<>>
)}