Skip to content

Commit b79a41b

Browse files
author
Zaydek Michels-Gualtieri
committed
Save changes
1 parent 95bddc4 commit b79a41b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/App/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ import {
1313

1414
// document.body.classList.toggle("debug-css")
1515

16+
// // Generates a random 4-character key.
17+
// function shortKey() {
18+
// return Math.random()
19+
// .toString(16)
20+
// .slice(2, 6)
21+
// }
22+
1623
const App = () => (
1724
<BrowserRouter>
1825
<Switch>

0 commit comments

Comments
 (0)