Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amitamrutiya committed May 5, 2024
1 parent 9419728 commit c76456e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/dashboard/components/heading.tsx
Original file line number Diff line number Diff line change
@@ -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): {
Expand Down

0 comments on commit c76456e

Please sign in to comment.