Skip to content

Commit 134b9b6

Browse files
authored
Update MediumRedirect.tsx
1 parent 401165e commit 134b9b6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/pages/MediumRedirect.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { Navigate, useLocation } from "react-router-dom";
1+
import { useLocation } from "react-router-dom";
2+
import { useEffect } from "react";
23

34
const MediumRedirect = () => {
45
const { pathname, search } = useLocation();

0 commit comments

Comments
 (0)