import LoadingIndicator from "@/_components/LoadingIndicator";
export default function Loading() {
return <LoadingIndicator />;
}