We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95bddc4 commit b79a41bCopy full SHA for b79a41b
src/components/App/index.js
@@ -13,6 +13,13 @@ import {
13
14
// document.body.classList.toggle("debug-css")
15
16
+// // Generates a random 4-character key.
17
+// function shortKey() {
18
+// return Math.random()
19
+// .toString(16)
20
+// .slice(2, 6)
21
+// }
22
+
23
const App = () => (
24
<BrowserRouter>
25
<Switch>
0 commit comments