mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-29 11:50:24 +00:00
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 11m8s
7 lines
154 B
TypeScript
7 lines
154 B
TypeScript
import FullPageLoader from "@/components/full-page-loader";
|
|
import React from "react";
|
|
|
|
export default function Loading() {
|
|
return <FullPageLoader />;
|
|
}
|