Remove collection-functions

Now that we have generics, this example is not relevant.

Updates #349
This commit is contained in:
Eli Bendersky
2022-03-15 10:55:33 -07:00
parent 3c2447b2d1
commit 881bb5d41c
7 changed files with 3 additions and 128 deletions

View File

@@ -9,7 +9,7 @@
onkeydown = (e) => {
if (e.key == "ArrowLeft") {
window.location.href = 'collection-functions';
window.location.href = 'recover';
}