mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 20:01:36 +00:00
6 lines
144 B
TypeScript
6 lines
144 B
TypeScript
import { PageLoader } from "~/components/layout";
|
|
|
|
export default function RootLoading() {
|
|
return <PageLoader message='Loading data...' />;
|
|
}
|