From e7f942dd5b638a351cbff4ae4e4c35aef6aebcac Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 8 Jul 2025 19:35:26 -0400 Subject: Add a swatch for the `ChangePassword` component. --- ui/routes/(swatch)/.swatch/+page.svelte | 1 + .../(swatch)/.swatch/ChangePassword/+page.svelte | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 ui/routes/(swatch)/.swatch/ChangePassword/+page.svelte (limited to 'ui/routes/(swatch)') diff --git a/ui/routes/(swatch)/.swatch/+page.svelte b/ui/routes/(swatch)/.swatch/+page.svelte index abcb53f..4833bcb 100644 --- a/ui/routes/(swatch)/.swatch/+page.svelte +++ b/ui/routes/(swatch)/.swatch/+page.svelte @@ -8,5 +8,6 @@

components

diff --git a/ui/routes/(swatch)/.swatch/ChangePassword/+page.svelte b/ui/routes/(swatch)/.swatch/ChangePassword/+page.svelte new file mode 100644 index 0000000..8ef6792 --- /dev/null +++ b/ui/routes/(swatch)/.swatch/ChangePassword/+page.svelte @@ -0,0 +1,23 @@ + + +

ChangePassword

+ + + +

rendered

+ +
+ +
+ +

events

+ + -- cgit v1.2.3