feat(certs): Convert certification views to gatsby

This commit is contained in:
Bouncey
2018-09-04 14:54:23 +01:00
committed by mrugesh mohapatra
parent dc00eb8555
commit 77a4452437
30 changed files with 627 additions and 917 deletions

View File

@@ -0,0 +1,8 @@
import { navigate } from 'gatsby';
const Redirecthome = () => {
navigate('/');
return null;
};
export default Redirecthome;