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:
parent
6717b3ca48
commit
c5c2816c3d
49 changed files with 139 additions and 79 deletions
components
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue