From 1e410a82f281982c36f87955dae0aa8a944319a9 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Mon, 1 Apr 2024 17:05:05 +0530 Subject: [PATCH] Remove stray use of @mui/system --- .../photos/src/components/PhotoViewer/FileInfo/ExifData.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/apps/photos/src/components/PhotoViewer/FileInfo/ExifData.tsx b/web/apps/photos/src/components/PhotoViewer/FileInfo/ExifData.tsx index ee45df5d0..3e1a3f49b 100644 --- a/web/apps/photos/src/components/PhotoViewer/FileInfo/ExifData.tsx +++ b/web/apps/photos/src/components/PhotoViewer/FileInfo/ExifData.tsx @@ -1,7 +1,6 @@ import CopyButton from "@ente/shared/components/CodeBlock/CopyButton"; import { formatDateTimeFull } from "@ente/shared/time/format"; -import { Stack, styled, Typography } from "@mui/material"; -import { Box } from "@mui/system"; +import { Box, Stack, styled, Typography } from "@mui/material"; import Titlebar from "components/Titlebar"; import { t } from "i18next"; import { FileInfoSidebar } from ".";