From 163ab3e205ed9c4fde2f45a6d3331e0f5f53c333 Mon Sep 17 00:00:00 2001 From: Tory <88531407+1two13@users.noreply.github.com> Date: Fri, 23 Jun 2023 21:57:42 +0900 Subject: [PATCH] =?UTF-8?q?rename:=20=EA=B2=BD=EB=A1=9C=20=EC=9D=B4?= =?UTF-8?q?=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.js | 2 +- src/{ => styles}/App.css | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{ => styles}/App.css (100%) diff --git a/src/App.js b/src/App.js index a110f84..077bec7 100644 --- a/src/App.js +++ b/src/App.js @@ -1,4 +1,4 @@ -import './App.css'; +import './styles/App.css'; function App() { return
; diff --git a/src/App.css b/src/styles/App.css similarity index 100% rename from src/App.css rename to src/styles/App.css