finished updates
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user