6 lines
128 B
TypeScript
6 lines
128 B
TypeScript
import { StaticLoader } from "@shared/ui/Loader"
|
|
|
|
export default function ProtectedLoading() {
|
|
return <StaticLoader block />
|
|
}
|