diff --git a/packages/standard-components/src/Container.svelte b/packages/standard-components/src/Container.svelte
index 4134db5d64..fb149ef969 100644
--- a/packages/standard-components/src/Container.svelte
+++ b/packages/standard-components/src/Container.svelte
@@ -3,86 +3,10 @@
const { styleable, transition } = getContext("sdk")
const component = getContext("component")
-
- export let type = "div"
-{#if type === 'div'}
-
-
-
-{:else if type === 'header'}
-
-
-
-{:else if type === 'main'}
-
-
-
-{:else if type === 'footer'}
-
-{:else if type === 'aside'}
-
-{:else if type === 'summary'}
-
-
-
-{:else if type === 'details'}
-
-
-
-{:else if type === 'article'}
-
-
-
-{:else if type === 'nav'}
-
-{:else if type === 'mark'}
-
-
-
-{:else if type === 'figure'}
-
-{:else if type === 'figcaption'}
-
-
-
-{:else if type === 'paragraph'}
-