From 9f0ba2e243be772a7677f8250893f5da7b2acbfe Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 6 Nov 2024 17:42:02 -0500 Subject: Factor out the elements of the `/me` page, and style them a little. --- ui/lib/components/LogOut.svelte | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ui/lib/components/LogOut.svelte (limited to 'ui/lib/components/LogOut.svelte') diff --git a/ui/lib/components/LogOut.svelte b/ui/lib/components/LogOut.svelte new file mode 100644 index 0000000..25dd5e9 --- /dev/null +++ b/ui/lib/components/LogOut.svelte @@ -0,0 +1,18 @@ + + +
+ +
-- cgit v1.2.3