Chore: Unused import

This commit is contained in:
looskie
2021-06-26 12:01:39 -04:00
parent 1d9611c524
commit a74f437f8a

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() {