From 86ec8517c8939d7bb12a386f46668e258947e7f6 Mon Sep 17 00:00:00 2001 From: Josh Black Date: Mon, 25 Oct 2021 15:35:06 -0500 Subject: [PATCH] Update svelte.mdx (#2595) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- src/pages/developing/frameworks/svelte.mdx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/pages/developing/frameworks/svelte.mdx b/src/pages/developing/frameworks/svelte.mdx index ceb5114f980..8808965ff9f 100644 --- a/src/pages/developing/frameworks/svelte.mdx +++ b/src/pages/developing/frameworks/svelte.mdx @@ -78,16 +78,8 @@ rendering (SSR) and statically exported approaches. - **[examples/rollup](https://github.com/IBM/carbon-components-svelte/tree/master/examples/rollup/)**: SPA bundled using [Rollup](https://github.com/rollup/rollup) -- **[examples/rollup-typescript](https://github.com/IBM/carbon-components-svelte/tree/master/examples/rollup-typescript/)**: - SPA bundled using [Rollup](https://github.com/rollup/rollup) with TypeScript - support -- **[examples/routify](https://github.com/IBM/carbon-components-svelte/tree/master/examples/routify/)**: - SPA + static export using [Routify](https://github.com/roxiness/routify) - **[examples/sapper](https://github.com/IBM/carbon-components-svelte/tree/master/examples/sapper/)**: SSR + static export using [Sapper](https://github.com/sveltejs/sapper) -- **[examples/svite](https://github.com/IBM/carbon-components-svelte/tree/master/examples/svite/)**: - SPA developed with Svite, bundled with - [Rollup](https://github.com/rollup/rollup) - **[examples/webpack](https://github.com/IBM/carbon-components-svelte/tree/master/examples/webpack/)**: SPA bundled with [webpack](https://github.com/webpack/webpack)