chore(frontend): clean up imports + packages
This commit is contained in:
parent
cafebec8ec
commit
f790c57447
12 changed files with 14 additions and 355 deletions
|
@ -5,8 +5,8 @@
|
|||
|
||||
export let data: PageData;
|
||||
|
||||
import * as jose from "jose";
|
||||
const claims = jose.decodeJwt(localStorage.getItem("pronouns-token")!);
|
||||
import { decodeJwt } from "jose";
|
||||
const claims = decodeJwt(localStorage.getItem("pronouns-token")!);
|
||||
</script>
|
||||
|
||||
<h1>Tokens ({data.tokens.length})</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue