import React from 'react'; import { Skeleton } from '~/components/Skeleton'; import customSidebarStyles from '../CustomSidebar.module.scss'; import styles from './SidebarSkeleton.module.scss'; const CustomSidebarContentSkeleton = (): JSX.Element => { return (
); }; export default CustomSidebarContentSkeleton;