1
0
Fork 0
mirror of https://github.com/lukevella/rallly.git synced 2025-05-22 13:26:20 +02:00

Add eslint import rules

This commit is contained in:
Luke Vella 2022-04-16 10:14:28 +01:00
parent 6717b3ca48
commit c5c2816c3d
49 changed files with 139 additions and 79 deletions
components

View file

@ -1,9 +1,10 @@
import Head from "next/head";
import React from "react";
import PageLayout from "./page-layout";
import Bonus from "./home/bonus";
import Features from "./home/features";
import Hero from "./home/hero";
import PageLayout from "./page-layout";
const Home: React.VoidFunctionComponent = () => {
return (