Skip to content

Commit 4c59167

Browse files
authored
Update ScrollTopToButton.jsx
1 parent 00c8ac4 commit 4c59167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Buttons/bottom/ScrollTopToButton.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useEffect, useState } from "react";
1+
import { useEffect, useState } from "react";
22
import { FaArrowDown } from "react-icons/fa";
33
import styles from "./ScrollTopToBottom.module.css";
44

@@ -35,4 +35,4 @@ export default function ScrollTopToBottom() {
3535
</button>
3636
)
3737
);
38-
}
38+
}

0 commit comments

Comments
 (0)