From a92f048184e81cfb5252a4e63b3ba5b05575abf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Voisin?= Date: Fri, 6 Oct 2023 23:06:58 +0200 Subject: [PATCH] Update components.json - Add supasveltekit (#461) * Update components.json - Add supasveltekit * Fixed missing trailing spaces in components.json --- src/routes/components/components.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/routes/components/components.json b/src/routes/components/components.json index a825649dc..62436f820 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -2387,6 +2387,14 @@ "category": "Developer Experience", "tags": ["components and libraries", "images"] }, + { + "title": "supasveltekit", + "repository": "https://github.com/OpenFrenchFries/supasveltekit", + "description": "🌟 Where Svelte's elegance meets Supabase's might! 🌟", + "npm": "supasveltekit", + "category": "Developer Experience", + "tags": ["components and libraries"] + }, { "title": "@jill64/sveltekit-adapter-aws", "repository": "https://github.com/jill64/sveltekit-adapter-aws",