Skip to content

Commit

Permalink
Merge pull request #171 from thdwlsgus0/feature/savebutton
Browse files Browse the repository at this point in the history
fix : 파일 이름 변경
  • Loading branch information
thdwlsgus0 committed Dec 11, 2020
2 parents c960769 + 1757ab7 commit 1c1b36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Toolbar/ToolBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 1c1b36f

Please sign in to comment.