Remove unused

This commit is contained in:
Manav Rathi
2024-09-07 17:11:49 +05:30
parent 974cec75be
commit 52880e94a9

View File

@@ -1,12 +0,0 @@
import { styled } from "@mui/material";
const SearchStatsContainer = styled("div")(
({ theme }) => `
display: flex;
justify-content: center;
align-items: center;
color: #979797;
margin: ${theme.spacing(1, 0)};
`,
);
export default SearchStatsContainer;