Selectable dropdown list

This commit is contained in:
John Lyon-Smith
2018-03-26 10:29:35 -07:00
parent 90a920264b
commit bc051e3551
5 changed files with 79 additions and 39 deletions

12
website/.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"version": "0.1.0",
"configurations": [
{
"name": "Chrome: Launch",
"type": "chrome",
"request": "launch",
"webRoot": "${workspaceFolder}/src"
},
]
}