From 1757ab7022ce9d04bab7150ca268c074258decdd Mon Sep 17 00:00:00 2001 From: thdwlsgus0 Date: Fri, 11 Dec 2020 10:45:59 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EC=9D=B4=EB=A6=84=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 이름을 대문자로 변경하였습니다. --- src/components/Toolbar/ToolBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Toolbar/ToolBar.tsx b/src/components/Toolbar/ToolBar.tsx index 8b19865..e45fdc5 100644 --- a/src/components/Toolbar/ToolBar.tsx +++ b/src/components/Toolbar/ToolBar.tsx @@ -7,7 +7,7 @@ import BackgroundDropDown from '@src/components/Toolbar/BackgroundDropdown'; import AlignDropDown from '@src/components/Toolbar/AlignDropDown'; import GraphButton from '@src/components/Toolbar/GraphButton'; import OptionButtons from '@src/components/Toolbar/OptionButtons'; -import ToolBarTemplate from './ToolbarTemplate'; +import ToolBarTemplate from './ToolBarTemplate'; const ToolBar = () => { return (