Remove stray use of @mui/system

This commit is contained in:
Manav Rathi 2024-04-01 17:05:05 +05:30
parent 3b3d314f9c
commit 1e410a82f2
No known key found for this signature in database

View file

@ -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 ".";