Skip to content

Commit

Permalink
Merged PR 4367: Removed unused import
Browse files Browse the repository at this point in the history
Removed unused import
  • Loading branch information
silimarius committed Jun 14, 2023
1 parent 06239b3 commit e38d723
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/top-navigation/top-navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { NavigationLocation } from "../../types";
import { containerHeight } from "../../design";
import { useChangeVolume, useIsMobile } from "../../hooks";
import { Sound } from "../../molecules/sound";
import { useStore } from "../../store";

interface Props {
location?: NavigationLocation;
Expand Down

0 comments on commit e38d723

Please sign in to comment.