From e1dd26a7e42d1747a337dc645a06012ad2926a99 Mon Sep 17 00:00:00 2001 From: inyoung Date: Fri, 25 Aug 2023 20:17:26 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=EC=9D=B8=EC=98=81=20=EB=B8=8C=EB=9E=9C?= =?UTF-8?q?=EC=B9=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.js | 2 ++ src/styles.js | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 src/styles.js diff --git a/src/App.js b/src/App.js index 600b328..fe74c27 100644 --- a/src/App.js +++ b/src/App.js @@ -4,9 +4,11 @@ import ShowPost from "./pages/ShowPost"; import WritePost from "./pages/WritePost"; import Login from "./pages/Login"; import Nav from "./components/Nav"; +import GlobalStyles from "./styles"; function App() { return ( <> +