Skip to content

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinle623 committed Oct 28, 2023
1 parent 1895741 commit 4cedbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/dashboard-component/index.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useState } from "react";
import { Typography, Container } from "@mui/material";
import { Typography, Container, Box } from "@mui/material";

Check failure on line 2 in client/src/components/dashboard-component/index.jsx

View workflow job for this annotation

GitHub Actions / client-tests-and-lint

'Box' is defined but never used
import InputAdornment from "@mui/material/InputAdornment";
import SearchIcon from "@mui/icons-material/Search";
import DashboardHeaderComponent from "./header-dashboard-component";
Expand Down

0 comments on commit 4cedbbd

Please sign in to comment.