import { motion } from "motion/react"; import { GlassSkeleton } from "./GlassSkeleton"; export function RouteLoadingFallback() { return ( ); }