From a2a0ec035f74a454df5a76ed999355f536f5b277 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 8 Jul 2025 19:45:49 -0400 Subject: Create a swatch for the `Conversation` component. --- ui/routes/(swatch)/.swatch/+page.svelte | 1 + .../(swatch)/.swatch/Conversation/+page.svelte | 31 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 ui/routes/(swatch)/.swatch/Conversation/+page.svelte (limited to 'ui') diff --git a/ui/routes/(swatch)/.swatch/+page.svelte b/ui/routes/(swatch)/.swatch/+page.svelte index abcb53f..165bbad 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/Conversation/+page.svelte b/ui/routes/(swatch)/.swatch/Conversation/+page.svelte new file mode 100644 index 0000000..0b98204 --- /dev/null +++ b/ui/routes/(swatch)/.swatch/Conversation/+page.svelte @@ -0,0 +1,31 @@ + + +

Conversation

+ + + +

properties

+ +
+ + + + +
+ +

rendered

+ +
+ +
-- cgit v1.2.3