This commit is contained in:
parent
094dd5b070
commit
2df6ffa5f4
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue