Skip to content

Commit

Permalink
il en manquait un
Browse files Browse the repository at this point in the history
  • Loading branch information
MathildeNS committed Feb 11, 2025
1 parent 6e35873 commit 51286e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/deployments/mediaGallery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Masonry from "@mui/lab/Masonry";
import { useMainContext } from "../../contexts/mainContext";
import { Box, capitalize, Typography } from "@mui/material";
import { useTranslation } from "react-i18next";
import GalleryItem from "../GalleryItem";
import GalleryItem from "./GalleryItem";
import MediaFilters from "./Filters";

export default function MediaGallery() {
Expand Down

0 comments on commit 51286e5

Please sign in to comment.