'use client'; // This component will be shown while the route is loading export default function Loading() { return (
); }