'use client'; // components import { LoadingScreen } from 'src/components/loading-screen'; // ---------------------------------------------------------------------- export default function Loading() { return ; }