feat(certs): Convert certification views to gatsby
This commit is contained in:
committed by
mrugesh mohapatra
parent
dc00eb8555
commit
77a4452437
8
client/src/components/RedirectHome.js
Normal file
8
client/src/components/RedirectHome.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { navigate } from 'gatsby';
|
||||
|
||||
const Redirecthome = () => {
|
||||
navigate('/');
|
||||
return null;
|
||||
};
|
||||
|
||||
export default Redirecthome;
|
Reference in New Issue
Block a user