panter/mykonote

View on GitHub
client/src/Flash.svelte

Summary

Maintainability
Test Coverage
<NoticeFlash />
<AlertFlash />

<script>
  import NoticeFlash from './NoticeFlash.svelte'
  import AlertFlash from './AlertFlash.svelte'
</script>