import { LoadingSpinner } from "ikoncomponents"; // App Router renders this as the Suspense fallback inside
while navigating // between menu items, so the sidebar stays put and only the content shows a spinner. export default function Loading() { return (
); }