Skip to content

Commit 7fdf4eb

Browse files
committed
fixed unused imports
1 parent 35bbbdf commit 7fdf4eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/Activities.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
import React, { useRef } from "react";
1+
import React from "react";
22
import "../styles/pages/activities.scss";
33

44
import Header from "../components/Header";
55
import TextLineReveal from "../components/TextLineReveal";
66
// import SpinImage from '../components/SpinImage'
77

88
import { getFromPublic } from "../shared/functions/public";
9-
import useRevealOne from "../shared/hooks/useRevealOne";
109

1110
import HorGallery from "../components/HorGallery";
1211
import gallery from "../shared/db/gallery";

0 commit comments

Comments
 (0)