diff --git a/web/apps/photos/src/components/Search/SearchStatsContainer.tsx b/web/apps/photos/src/components/Search/SearchStatsContainer.tsx deleted file mode 100644 index 1e088b58f0..0000000000 --- a/web/apps/photos/src/components/Search/SearchStatsContainer.tsx +++ /dev/null @@ -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;