From ca4a9dfbc2d2339e6f76330026d8fe15be36ee67 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 8 Jul 2025 19:52:28 -0400 Subject: Create swatch for the `CreateConversationForm` component. --- ui/routes/(swatch)/.swatch/+page.svelte | 1 + .../.swatch/CreateConversationForm/+page.svelte | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 ui/routes/(swatch)/.swatch/CreateConversationForm/+page.svelte diff --git a/ui/routes/(swatch)/.swatch/+page.svelte b/ui/routes/(swatch)/.swatch/+page.svelte index abcb53f..4ce1762 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/CreateConversationForm/+page.svelte b/ui/routes/(swatch)/.swatch/CreateConversationForm/+page.svelte new file mode 100644 index 0000000..f089969 --- /dev/null +++ b/ui/routes/(swatch)/.swatch/CreateConversationForm/+page.svelte @@ -0,0 +1,23 @@ + + +

CreateConversationForm

+ + + +

rendered

+ +
+ +
+ +

events

+ + -- cgit v1.2.3