From 7a3e87c75ec222d208076b88146154eb65c1a6e5 Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Sun, 21 Apr 2019 20:41:50 -0400 Subject: [PATCH] remove superfluous example --- .../00-sharing-code/App.svelte | 43 ----------------- .../00-sharing-code/AudioPlayer.svelte | 46 ------------------- .../00-sharing-code/meta.json | 3 -- .../01-module-exports/meta.json | 2 +- 4 files changed, 1 insertion(+), 93 deletions(-) delete mode 100644 site/content/examples/17-module-context/00-sharing-code/App.svelte delete mode 100644 site/content/examples/17-module-context/00-sharing-code/AudioPlayer.svelte delete mode 100644 site/content/examples/17-module-context/00-sharing-code/meta.json diff --git a/site/content/examples/17-module-context/00-sharing-code/App.svelte b/site/content/examples/17-module-context/00-sharing-code/App.svelte deleted file mode 100644 index 3c0133350a..0000000000 --- a/site/content/examples/17-module-context/00-sharing-code/App.svelte +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/site/content/examples/17-module-context/00-sharing-code/AudioPlayer.svelte b/site/content/examples/17-module-context/00-sharing-code/AudioPlayer.svelte deleted file mode 100644 index 27dbe1993b..0000000000 --- a/site/content/examples/17-module-context/00-sharing-code/AudioPlayer.svelte +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - -
-

{title}

-

{composer} / performed by {performer}

- - -
\ No newline at end of file diff --git a/site/content/examples/17-module-context/00-sharing-code/meta.json b/site/content/examples/17-module-context/00-sharing-code/meta.json deleted file mode 100644 index 15c3725377..0000000000 --- a/site/content/examples/17-module-context/00-sharing-code/meta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "title": "Sharing code" -} \ No newline at end of file diff --git a/site/content/examples/17-module-context/01-module-exports/meta.json b/site/content/examples/17-module-context/01-module-exports/meta.json index 82be49d1c7..2de21f2379 100644 --- a/site/content/examples/17-module-context/01-module-exports/meta.json +++ b/site/content/examples/17-module-context/01-module-exports/meta.json @@ -1,3 +1,3 @@ { - "title": "Exports" + "title": "Named exports" } \ No newline at end of file