import { Cog8ToothIcon, PlusCircleIcon } from "@heroicons/react/24/outline";
import React from "react"
const LocationCardSkeleton: React.FC = () =>
;
export interface MonthCardSkeletonProps {
checked?: boolean;
}
export const MonthCardSkeleton: React.FC = ({checked=false}) =>
;
export const HomePageSkeleton: React.FC = () =>
<>
>;