Skip to content

Commit

Permalink
Drop legacy property
Browse files Browse the repository at this point in the history
  • Loading branch information
rNLKJA committed Jan 1, 2024
1 parent de8d2a8 commit f7fbd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/index/Gallery.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState, useEffect } from "react";
import Button from "@mui/material/Button";
import Image from "next/legacy/image";
import Image from "next/image";
import { Zoom } from "react-awesome-reveal";

const GallerySection = () => {
Expand Down

0 comments on commit f7fbd16

Please sign in to comment.