diff --git a/apps/dashboard/components/heading.tsx b/apps/dashboard/components/heading.tsx index d9f39020f2e..5a57170ac0c 100644 --- a/apps/dashboard/components/heading.tsx +++ b/apps/dashboard/components/heading.tsx @@ -1,8 +1,11 @@ "use client" import React from "react" + import { Box } from "@mui/joy" -import { usePathname } from "next/navigation" import { Typography, useMediaQuery, useTheme } from "@mui/material" + +import { usePathname } from "next/navigation" + import { URLS } from "@/app/url" export function getTitle(path: string): {