diff --git a/src/lib/Foundation.svelte b/src/lib/Foundation.svelte index a0f0d9a..fc6cac9 100644 --- a/src/lib/Foundation.svelte +++ b/src/lib/Foundation.svelte @@ -2,7 +2,6 @@ export { default as Button } from "./foundation/Button.svelte"; export { default as Card } from "./foundation/Card.svelte"; export { default as Column } from "./foundation/Column.svelte"; - export { default as Image } from "./foundation/Image.svelte"; export { default as Link } from "./foundation/Link.svelte"; export { default as Row } from "./foundation/Row.svelte"; export { default as Text } from "./foundation/Text.svelte"; diff --git a/src/lib/foundation/Card.svelte b/src/lib/foundation/Card.svelte index b4670b5..f047573 100644 --- a/src/lib/foundation/Card.svelte +++ b/src/lib/foundation/Card.svelte @@ -1,9 +1,3 @@ - - -
-
- -
+
+
\ No newline at end of file diff --git a/src/lib/foundation/Image.svelte b/src/lib/foundation/Image.svelte deleted file mode 100644 index ca0e19f..0000000 --- a/src/lib/foundation/Image.svelte +++ /dev/null @@ -1,9 +0,0 @@ - - - \ No newline at end of file diff --git a/src/lib/things/Thing.svelte b/src/lib/things/Thing.svelte index e3ba325..6934fd2 100644 --- a/src/lib/things/Thing.svelte +++ b/src/lib/things/Thing.svelte @@ -1,5 +1,5 @@