finished updates

This commit is contained in:
Jannis Heydemann
2026-04-30 08:22:46 +02:00
parent c805221208
commit e143d8360a
6 changed files with 18 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
import type { User } from "./interfaces";
import type { User } from "./interfaces.js";
function readStorageJson(key: string, fallbackValue: any) {
const raw = localStorage.getItem(key);