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

View file

@ -1,10 +1,11 @@
import { GetStaticProps, NextPage } from "next";
import { useRouter } from "next/router";
import { useTranslation } from "next-i18next";
import { serverSideTranslations } from "next-i18next/serverSideTranslations";
import { usePlausible } from "next-plausible";
import { useRouter } from "next/router";
import React from "react";
import { useMount } from "react-use";
import { createDemo } from "../api-client/create-demo";
import FullPageLoader from "../components/full-page-loader";