omniroute / src /app /loading.tsx
igorkurgin's picture
Deploy OmniRoute to Hugging Face Space
35743bd verified
Raw
History Blame Contribute Delete
173 Bytes
"use client";
import { PageLoading } from "@/shared/components/Loading";
export default function AppLoading() {
return <PageLoading message="Loading OmniRoute..." />;
}