diff options
Diffstat (limited to 'ui/routes/(swatch)/.swatch/+page.svelte')
| -rw-r--r-- | ui/routes/(swatch)/.swatch/+page.svelte | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/routes/(swatch)/.swatch/+page.svelte b/ui/routes/(swatch)/.swatch/+page.svelte index 8d03c8d..abcb53f 100644 --- a/ui/routes/(swatch)/.swatch/+page.svelte +++ b/ui/routes/(swatch)/.swatch/+page.svelte @@ -7,4 +7,6 @@ <h2>components</h2> -<ul></ul> +<ul> + <li><a href="swatch/EventLog">swatch/EventLog</a></li> +</ul> |
