'use client' import { FC } from 'react' const PageLoading: FC = () => { return (

در حال بارگذاری...

) } export default PageLoading