diff --git a/components/layout/DashboardLayout.tsx b/components/layout/DashboardLayout.tsx index 9fc707e01..47084d429 100644 --- a/components/layout/DashboardLayout.tsx +++ b/components/layout/DashboardLayout.tsx @@ -5,6 +5,7 @@ import Banner from "../banner/Banner"; import { Sidebar } from "../dashboard/Sidebar"; import NoSSRWrapper from "../common/NoSSRWrapper"; import Script from "next/script"; +import { Common } from "../../constants/common"; type Props = { title: string; @@ -19,6 +20,48 @@ function DashboardLayout({ title, children, description, heading }: Props) { {title} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {/* TODO : Verification pending */} +