Admin part is added and navbar context file is added
This commit is contained in:
20
app/dashboard/admin/language/page.tsx
Normal file
20
app/dashboard/admin/language/page.tsx
Normal file
@@ -0,0 +1,20 @@
|
||||
"use client"
|
||||
|
||||
import LanguagePortal from "@/components/dashboard/admin/Configuration/language";
|
||||
import ModulesPortal from "@/components/dashboard/admin/Configuration/modules";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
export default function LanguagePage() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-8 mx-3">
|
||||
<LanguagePortal/>
|
||||
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user