fmt, remove corp routing, lint

This commit is contained in:
Olivier Gagnon
2021-09-06 15:06:08 -04:00
parent 91434b7972
commit 506122f5b8
53 changed files with 1300 additions and 1610 deletions
+1 -2
View File
@@ -9,8 +9,7 @@ interface IProps {
}
function randomize(char: string): string {
const randFrom = (str: string): string =>
str[Math.floor(Math.random() * str.length)];
const randFrom = (str: string): string => str[Math.floor(Math.random() * str.length)];
const classes = [
"abcdefghijklmnopqrstuvwxyz",
"ABCDEFGHIJKLMNOPQRSTUVWXYZ",