clean up dependencies

This commit is contained in:
SethBurkart123
2023-12-18 16:21:26 +11:00
parent 7342bcd0e8
commit 7247f426cd
2 changed files with 337 additions and 349 deletions
-6
View File
@@ -1,6 +0,0 @@
const GetPrefs = await fetch(`${location.origin}/seqta/student/load/prefs?`, {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ asArray: true, request: 'userPrefs' })
})
export const response = await GetPrefs.json()