File size: 173 Bytes
cd8bd0a
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"use client";

import { PageLoading } from "@/shared/components/Loading";

export default function AppLoading() {
  return <PageLoading message="Loading OmniRoute..." />;
}