Skip to content

Commit

Permalink
Merge pull request #16 from EFUB-TEAM4/issue-13
Browse files Browse the repository at this point in the history
#13 [refect] App ์ปดํฌ๋„ŒํŠธ ๋‚ด ๋ถˆํ•„์š” ํ…์ŠคํŠธ ์‚ญ์ œ
  • Loading branch information
JangAyeon authored Jul 18, 2022
2 parents 964f17f + 44af7c8 commit df0e054
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 2 deletions.
57 changes: 57 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* eslint-disable react/jsx-no-useless-fragment */
/* eslint-disable import/no-unresolved */
import React from 'react';
import AppRouter from 'AppRouter';

function App() {
return (
<>
<div>App</div>
<AppRouter />
</>
);
Expand Down
2 changes: 1 addition & 1 deletion src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export { default as HeaderIcon } from './Common/HeaderIcon';
export { default as PublicButton } from './Common/PublicButton';
export { default as WeatherReport } from './WeatherReport';
export { default as TempReport } from './TempReport';
export { default as CustomCalendar } from './CustomCalendar';
export { default as CustomCalendar } from './CustomCalendar';

0 comments on commit df0e054

Please sign in to comment.