mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 17:34:52 +10:00
- designing the dashboard
- resume preview - create resume modal
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
import { navigate } from "gatsby";
|
||||
import { useEffect } from "react";
|
||||
|
||||
const NotFoundPage = () => {
|
||||
const NotFound = () => {
|
||||
useEffect(() => {
|
||||
navigate("/");
|
||||
}, []);
|
||||
@@ -9,4 +9,4 @@ const NotFoundPage = () => {
|
||||
return null;
|
||||
};
|
||||
|
||||
export default NotFoundPage;
|
||||
export default NotFound;
|
||||
|
||||
Reference in New Issue
Block a user