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