Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dankimberley committed Jul 30, 2024
1 parent b34d6b8 commit 6f6c481
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/Overlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import { LinkedSection, SectionLink } from "./ui/LinkedSection"
import { Stack } from "@mui/material"
import useWindowSize from "lib/hooks/useWindowSize"
import DeleteUserOnEventModal, { deleteUserOnEventModalState } from "./dialogs/deleteUserOnEventModal"
import ReactMarkdown from "react-markdown"
import { useHeadingObserver } from "lib/hooks/useHeadingObserver"
import TableOfContents from "./TableOfContents"

interface Props {
Expand Down

0 comments on commit 6f6c481

Please sign in to comment.