diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-07-07 16:11:59 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-07-08 19:47:56 -0400 |
| commit | 3fd175165ee262f0180b78d2dd206a993c20200c (patch) | |
| tree | c3128312661362f9c5b8b386b9061ccea3a5b5f6 /ui/routes/(swatch)/.swatch/+page.svelte | |
| parent | c631c8fc855b1854f14fc7fbf1d8afedaa37a0db (diff) | |
Create a swatch for the `ConversationList` component.
Diffstat (limited to 'ui/routes/(swatch)/.swatch/+page.svelte')
| -rw-r--r-- | ui/routes/(swatch)/.swatch/+page.svelte | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/routes/(swatch)/.swatch/+page.svelte b/ui/routes/(swatch)/.swatch/+page.svelte index abcb53f..c8f2133 100644 --- a/ui/routes/(swatch)/.swatch/+page.svelte +++ b/ui/routes/(swatch)/.swatch/+page.svelte @@ -8,5 +8,6 @@ <h2>components</h2> <ul> + <li><a href="ConversationList">ConversationList</a></li> <li><a href="swatch/EventLog">swatch/EventLog</a></li> </ul> |
