Skip to content

Commit 4cf4346

Browse files
committed
Minor import fix.
1 parent 41a89b4 commit 4cf4346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/drops/menu/dropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import styled from "styled-components"
33
import { useVirtualizer } from "@tanstack/react-virtual"
44
import Flex from "src/components/templates/flex"
55
import Search from "src/components/search"
6-
import { Box } from "src/components/templates/box"
6+
import Box from "src/components/templates/box"
77

88
const Container = styled(Flex)`
99
${({ hideShadow }) =>

0 commit comments

Comments
 (0)