mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-10 21:40:56 +00:00
fix: formatting
This commit is contained in:
parent
ece2d12555
commit
4d060a62fd
1 changed files with 28 additions and 29 deletions
|
|
@ -18,7 +18,6 @@ onMount(async () => {
|
|||
export let selectedSchool: School;
|
||||
export let schoolName: string = selectedSchool.name;
|
||||
$: selectedSchool.name = schoolName;
|
||||
|
||||
</script>
|
||||
|
||||
<div class="flex flex-row">
|
||||
|
|
|
|||
Loading…
Reference in a new issue