Merge pull request #17 from Looskie/main

This commit is contained in:
Conrad Crawford
2021-06-26 14:54:46 -04:00
committed by GitHub
4 changed files with 14 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
import Head from "next/head";
import styled, { createGlobalStyle, GlobalStyleComponent } from "styled-components";
import styled, { createGlobalStyle } from "styled-components";
import { useState } from "react";
export default function Home() {