We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c8ac4 commit 4c59167Copy full SHA for 4c59167
src/components/Buttons/bottom/ScrollTopToButton.jsx
@@ -1,4 +1,4 @@
1
-import React, { useEffect, useState } from "react";
+import { useEffect, useState } from "react";
2
import { FaArrowDown } from "react-icons/fa";
3
import styles from "./ScrollTopToBottom.module.css";
4
@@ -35,4 +35,4 @@ export default function ScrollTopToBottom() {
35
</button>
36
)
37
);
38
-}
+}
0 commit comments