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)