From 1d014aea0f6bc02f274543acfa99ac9f363d25b0 Mon Sep 17 00:00:00 2001 From: Siddharth Tiwari Date: Sun, 14 Jan 2024 00:46:51 +0530 Subject: [PATCH] chore: lint fix --- apps/dashboard/components/heading.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/components/heading.tsx b/apps/dashboard/components/heading.tsx index 9ddc55a32e..c8352ad5b4 100644 --- a/apps/dashboard/components/heading.tsx +++ b/apps/dashboard/components/heading.tsx @@ -1,6 +1,6 @@ "use client" import React from "react" -import { Badge, Box, Typography } from "@mui/joy" +import { Box, Typography } from "@mui/joy" import { usePathname } from "next/navigation" import { URLS } from "@/app/url"