🌌 Migrate app to svelte-5
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<script>
|
||||
import logo from '$lib/assets/logo512.png';
|
||||
|
||||
export let appName;
|
||||
/** @type {{appName: any}} */
|
||||
let { appName } = $props();
|
||||
</script>
|
||||
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user