Created
October 15, 2022 14:05
-
-
Save el3um4s/64eda6fe1caad25268e57bf5d1e5fcbf to your computer and use it in GitHub Desktop.
MEDIUM - How To Show Notifications in Web Application - 13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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