Update types
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Alessio Davoli 2023-12-18 15:57:22 +01:00
parent 094dd5b070
commit 2df6ffa5f4

View file

@ -3,7 +3,7 @@
export let id: string;
export let color: string;
export const path = `/paths/${id}`;
export let src;
export let src: string;
</script>
<a href={path} class="route-card">