From 4bcf722858085171c255c064401ae78aebf4ee71 Mon Sep 17 00:00:00 2001 From: Arthur Tu Date: Sun, 6 Jun 2021 21:52:37 -0700 Subject: [PATCH] remove unused import --- client/src/app.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/app.tsx b/client/src/app.tsx index 69c4955..8cecb10 100755 --- a/client/src/app.tsx +++ b/client/src/app.tsx @@ -7,7 +7,6 @@ import log from './utils/log'; import Button from './components/button'; import LogoSvg from './art/skoonerSvg'; import HamburgerSvg from './art/hamburgerSvg'; -import api from './services/api'; type State = { content?: ReactNode;