Updating frontend code

This commit is contained in:
Mose Mueller
2023-04-11 08:47:45 +02:00
parent a29878cbc1
commit 3b6a1d2d4f
8 changed files with 9 additions and 1 deletions

View File

@@ -5,8 +5,9 @@
"author": "Mose Müller <mosmuell@ethz.ch>",
"license": "MIT",
"exports": {
".": "./frontend"
".": "./frontend/index.ts"
},
"types": "./frontend/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},