feat: add avatars to users

This commit is contained in:
sam 2024-03-29 16:53:34 +01:00
parent a80f89d038
commit 0e54722eef
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
14 changed files with 424 additions and 11 deletions

View file

@ -3,7 +3,7 @@
import "bootstrap-icons/font/bootstrap-icons.scss";
import type { LayoutData } from "./$types";
export let data: LayoutData
export let data: LayoutData;
</script>
{JSON.stringify(data.meta)}