Skip to content

Commit

Permalink
Chore : remove unused code #172
Browse files Browse the repository at this point in the history
  • Loading branch information
hummingbbird committed Oct 28, 2023
1 parent 848133f commit 1eeec2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/main/Welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import Stack from "@mui/material/Stack";
import { Button } from "@mui/material";
import propTypes from "prop-types";
import useZoomIn from "../../hooks/useZoomIn";
// import useScrollFadeIn from "../../hooks/useScrollFadeIn";
import MAIN from "../../assets/images/mainImg.svg";

const CLIENT_ID = process.env.REACT_APP_CLIENT_ID;
Expand Down

0 comments on commit 1eeec2c

Please sign in to comment.