mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-06-07 07:36:20 +00:00
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 7m23s
9 lines
162 B
TypeScript
9 lines
162 B
TypeScript
import FullPageLoader from '@/components/full-page-loader'
|
|
import React from 'react'
|
|
|
|
export default function Loading() {
|
|
return (
|
|
<FullPageLoader />
|
|
)
|
|
}
|