From c76456e25538485768d479846cce07629a09aaad Mon Sep 17 00:00:00 2001 From: amitamrutiya2210 Date: Sun, 5 May 2024 09:27:39 +0530 Subject: [PATCH] fix: lint issue --- apps/dashboard/components/heading.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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): {