diff options
| author | Fuwn <[email protected]> | 2020-10-20 09:44:07 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-10-20 09:44:07 -0700 |
| commit | 0f43eaa14a68c1ec95d97c799841e4771d30f8d3 (patch) | |
| tree | b188301ba20969af8390fcf39c2e55133023426c /src/components/App.js | |
| parent | Merge branch 'rewrite-test' (diff) | |
| download | me-ascii-rewrite-test.tar.xz me-ascii-rewrite-test.zip | |
Diffstat (limited to 'src/components/App.js')
| -rw-r--r-- | src/components/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/App.js b/src/components/App.js index 198311f..04ca377 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -31,7 +31,7 @@ export default class App extends Component { <Routes /> - <Footer /> + {/* <Footer /> */} </div> </div> </React.Fragment> |