Add linting and code formatting

This commit is contained in:
Gabe Kangas
2020-09-30 18:47:18 -07:00
parent 9623513c9a
commit fe6c285b43
6 changed files with 1868 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
import Head from 'next/head'
import { Card, Alert, Statistic, Row, Col } from "antd";
import { LikeOutlined } from "@ant-design/icons";
const { Meta } = Card;
export default function Home() {