/ src / App404.svelte
App404.svelte
1  <script>
2    import Missing from './Missing.svelte';
3  </script>
4  
5  <Missing />