diff --git a/pages/index.tsx b/pages/index.tsx index 52ee44a..b2cce01 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -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() {