Changes Completed in Overview
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
"use client"
|
||||
|
||||
|
||||
import SitePortal from "@/components/dashboard/admin/site";
|
||||
import SitePortal from "@/components/dashboard/admin/Platform/site";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
export default function AuditSurveyPage() {
|
||||
export default function SitePage() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-8 mx-3">
|
||||
<div className="p-6 mx-2">
|
||||
<SitePortal/>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user