implement step 2 stuff

This commit is contained in:
2021-12-04 16:57:47 -05:00
parent d32dc8c2cb
commit 5de53e23ea
14 changed files with 121 additions and 20 deletions

3
assets/js/definitions/index.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
interface Link {
id: string
}