add loading page
This commit is contained in:
7
src/app/(withAuth)/dashboard/azmayesh/loading.jsx
Normal file
7
src/app/(withAuth)/dashboard/azmayesh/loading.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
'use client'
|
||||
import PageLoading from "@/core/components/PageLoading"
|
||||
|
||||
const Loading = () => {
|
||||
return <PageLoading />
|
||||
}
|
||||
export default Loading
|
||||
7
src/app/(withAuth)/dashboard/azmayesh_type/loading.jsx
Normal file
7
src/app/(withAuth)/dashboard/azmayesh_type/loading.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
'use client'
|
||||
import PageLoading from "@/core/components/PageLoading"
|
||||
|
||||
const Loading = () => {
|
||||
return <PageLoading />
|
||||
}
|
||||
export default Loading
|
||||
7
src/app/(withAuth)/dashboard/loading.jsx
Normal file
7
src/app/(withAuth)/dashboard/loading.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
'use client'
|
||||
import PageLoading from "@/core/components/PageLoading"
|
||||
|
||||
const Loading = () => {
|
||||
return <PageLoading />
|
||||
}
|
||||
export default Loading
|
||||
@@ -0,0 +1,7 @@
|
||||
'use client'
|
||||
import PageLoading from "@/core/components/PageLoading"
|
||||
|
||||
const Loading = () => {
|
||||
return <PageLoading />
|
||||
}
|
||||
export default Loading
|
||||
@@ -0,0 +1,7 @@
|
||||
'use client'
|
||||
import PageLoading from "@/core/components/PageLoading"
|
||||
|
||||
const Loading = () => {
|
||||
return <PageLoading />
|
||||
}
|
||||
export default Loading
|
||||
@@ -1,6 +1,6 @@
|
||||
import favicon from "@/assets/images/favicon.svg";
|
||||
import { AuthProvider } from "@/lib/contexts/auth";
|
||||
import { TableSettingProvider } from "@/lib/contexts/tableSetting";
|
||||
import favicon from "@/assets/images/favicon.svg";
|
||||
|
||||
export const metadata = {
|
||||
title: "سامانه جامع راهداری",
|
||||
|
||||
Reference in New Issue
Block a user