File size: 180 Bytes
6111b2b
 
 
 
 
 
 
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..." />;
}