Skip to content

Instantly share code, notes, and snippets.

@el3um4s
Created October 15, 2022 14:05
Show Gist options
  • Save el3um4s/64eda6fe1caad25268e57bf5d1e5fcbf to your computer and use it in GitHub Desktop.
Save el3um4s/64eda6fe1caad25268e57bf5d1e5fcbf to your computer and use it in GitHub Desktop.
MEDIUM - How To Show Notifications in Web Application - 13
<script>
// ...
import Notification from "./Notification.svelte";
// ...
</script>
<Notification />
<Header />
<main>
<!-- ... -->
</main>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment