aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/App.js
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2020-07-17 22:29:38 -0700
committerjackyzha0 <[email protected]>2020-07-17 22:29:38 -0700
commit1519c913241669b532d13351331e7a8d512e1438 (patch)
treef932ae156fdfdfc439ca51c67210e21b9fafb2dc /frontend/src/components/App.js
parentrefactor decorators (diff)
downloadctrl-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.js2
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>