Skip to content

Commit

Permalink
fix: scrollTo failing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
asartalo committed Mar 2, 2022
1 parent b4033d9 commit fcebe56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ScrollToTop.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect } from 'react';
import { useEffect } from 'react';
import { useLocation } from 'react-router-dom';

function ScrollToTop(): null {
Expand Down

0 comments on commit fcebe56

Please sign in to comment.