Skip to content

Commit b3cf907

Browse files
fix: immediately redirect to /docs
Signed-off-by: Karan Suresh <[email protected]>
1 parent 99e5bce commit b3cf907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/NotFound/Content/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useEffect } from "react";
1+
import {useEffect} from "react";
22

33
export default function NotFound() {
44
useEffect(() => {

0 commit comments

Comments
 (0)