This commit is contained in:
Tom Moor
2023-09-04 21:12:28 -04:00
parent a03b95221a
commit 2358c3d13d
3 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ import { mergeRefs } from "react-merge-refs";
import { MenuItem as BaseMenuItem } from "reakit/Menu";
import styled, { css } from "styled-components";
import breakpoint from "styled-components-breakpoint";
import MenuIconWrapper from "../MenuIconWrapper";
import MenuIconWrapper from "./MenuIconWrapper";
type Props = {
id?: string;