diff options
| author | jackyzha0 <[email protected]> | 2020-07-17 22:29:38 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-07-17 22:29:38 -0700 |
| commit | 1519c913241669b532d13351331e7a8d512e1438 (patch) | |
| tree | f932ae156fdfdfc439ca51c67210e21b9fafb2dc /frontend/src/components/App.js | |
| parent | refactor decorators (diff) | |
| download | ctrl-v-1519c913241669b532d13351331e7a8d512e1438.tar.xz ctrl-v-1519c913241669b532d13351331e7a8d512e1438.zip | |
refactor renderers
Diffstat (limited to 'frontend/src/components/App.js')
| -rw-r--r-- | frontend/src/components/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/App.js b/frontend/src/components/App.js index ae95dcb..0a5fb8b 100644 --- a/frontend/src/components/App.js +++ b/frontend/src/components/App.js @@ -38,7 +38,7 @@ const GetRawWithParam = () => { ); } -function App() { +const App = () => { return ( <Router> <Switch> |