mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-17 10:11:31 +10:00
- designing the dashboard
- resume preview - create resume modal
This commit is contained in:
@ -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