diff --git a/web/apps/photos/src/components/Chip.tsx b/web/apps/photos/src/components/Chip.tsx deleted file mode 100644 index 0336dc9c34..0000000000 --- a/web/apps/photos/src/components/Chip.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import { Button, ButtonProps, styled } from "@mui/material"; -import { CSSProperties } from "@mui/material/styles/createTypography"; - -export const Chip = styled((props: ButtonProps) => ( -