import { useTheme } from "@unsend/ui"; import Image from "next/image"; export const FullScreenLoading = () => { const { resolvedTheme } = useTheme(); return (
Unsend
); };