Skip to content

Commit 41ba776

Browse files
committed
ai: Fix Box is not defined in CrmMenuContent
1 parent 4f8a5f6 commit 41ba776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crm/components/CrmMenuContent.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import * as React from "react";
22
import { useNavigate, useLocation } from "react-router-dom";
3+
import Box from "@mui/material/Box"; // Added the missing import
34
import List from "@mui/material/List";
45
import ListItem from "@mui/material/ListItem";
56
import ListItemButton from "@mui/material/ListItemButton";

0 commit comments

Comments
 (0)