added super basic JWT mockups

This commit is contained in:
Samuel Andert
2023-08-25 14:59:02 +02:00
parent 3ab9976ce8
commit 52a6fa3005
8 changed files with 265 additions and 3 deletions

View File

@ -1,6 +1,7 @@
<script lang="ts">
import { createQuery } from "../lib/wundergraph";
import Login from "$lib/Login.svelte";
import User from "$lib/User.svelte";
const projectsQuery = createQuery({
operationName: "Projects",
@ -8,6 +9,8 @@
</script>
<Login />
<User />
<br />
Projects
<div class="results">