all repos — kōi @ ca77b34f1ef57b07764aea217b7b77e2026e745f

Minimalist task manager

src/App.svelte (view raw)

 1<script lang="ts">
 2  import Login from "./lib/Login.svelte";
 3  // import { fetch } from "@inrupt/solid-client-authn-browser";
 4  // import { getSolidDataset } from "@inrupt/solid-client";
 5
 6  // getSolidDataset("https://pod.5ika.ch/tasks", {
 7  //   fetch: fetch,
 8  // })
 9  //   .then(console.log)
10  //   .catch(console.error);
11</script>
12
13<Login />