fiemwl / src /app /loading.tsx
automindy's picture
Upload 1980 files
6111b2b verified
Raw
History Blame Contribute Delete
180 Bytes
"use client";
import { PageLoading } from "@/shared/components/Loading";
export default function AppLoading() {
return <PageLoading message="Loading OmniRoute..." />;
}