Skip to content

Commit

Permalink
#11 hey shoelace guy, contact me
Browse files Browse the repository at this point in the history
  • Loading branch information
pew committed Jan 3, 2021
1 parent c66e471 commit 524e8a7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Logo.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
let showAbout = false;
import '@shoelace-style/shoelace/dist/shoelace/shoelace.css';
import { defineCustomElements, setAssetPath } from '@shoelace-style/shoelace';
import { setAssetPath, SlButton, SlIcon, SlSpinner } from '@shoelace-style/shoelace';
setAssetPath(document.currentScript.src);
defineCustomElements();
customElements.define('sl-button', SlButton);
customElements.define('sl-icon', SlIcon);
customElements.define('sl-spinner', SlSpinner);
</script>

<style>
Expand Down

0 comments on commit 524e8a7

Please sign in to comment.