diff --git a/.changeset/hungry-snakes-stay.md b/.changeset/hungry-snakes-stay.md new file mode 100644 index 0000000..f59a325 --- /dev/null +++ b/.changeset/hungry-snakes-stay.md @@ -0,0 +1,5 @@ +--- +"brand-shell": patch +--- + +replace brand-shell usage with specific BrandHeader and BrandFooter components diff --git a/starters/svelte-npm/src/App.svelte b/starters/svelte-npm/src/App.svelte index 9fceb4b..56adcdb 100644 --- a/starters/svelte-npm/src/App.svelte +++ b/starters/svelte-npm/src/App.svelte @@ -1,37 +1,36 @@ - + Starter smoke (Svelte) This app validates the published npm artifact through the Svelte adapter. - +
This app validates the published npm artifact through the Svelte adapter.