From 4cedbbdc8aad58c899ea9cb37dc1f58d5422bda5 Mon Sep 17 00:00:00 2001 From: Kevin Le <74465053+kevinle623@users.noreply.github.com> Date: Sat, 28 Oct 2023 19:33:41 -0400 Subject: [PATCH] fixed import --- client/src/components/dashboard-component/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/dashboard-component/index.jsx b/client/src/components/dashboard-component/index.jsx index eb5cd7dc..8c99b56a 100644 --- a/client/src/components/dashboard-component/index.jsx +++ b/client/src/components/dashboard-component/index.jsx @@ -1,5 +1,5 @@ import { useState } from "react"; -import { Typography, Container } from "@mui/material"; +import { Typography, Container, Box } from "@mui/material"; import InputAdornment from "@mui/material/InputAdornment"; import SearchIcon from "@mui/icons-material/Search"; import DashboardHeaderComponent from "./header-dashboard-component";