import { Flex, Skeleton } from "@mantine/core"; const HeaderSkeleton = () => { return ( ); }; export default HeaderSkeleton;