- implement lists

- implement generic sections
- implement list actions
- implement error handlers
This commit is contained in:
Amruth Pillai
2020-07-08 05:01:50 +05:30
parent d7e86ddf29
commit bee6a40e9f
38 changed files with 762 additions and 177 deletions

View File

@ -1,10 +1,16 @@
import React from "react";
import Wrapper from "../components/shared/Wrapper";
import { Helmet } from "react-helmet";
import Hero from "../components/landing/Hero";
import Wrapper from "../components/shared/Wrapper";
const Home = () => {
return (
<Wrapper>
<Helmet>
<title>Reactive Resume</title>
<link rel="canonical" href="https://rxresu.me/" />
</Helmet>
<div className="container mt-24">
<Hero />