mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-08 20:40:46 +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 selectedSchool: School;
|
||||||
export let schoolName: string = selectedSchool.name;
|
export let schoolName: string = selectedSchool.name;
|
||||||
$: selectedSchool.name = schoolName;
|
$: selectedSchool.name = schoolName;
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="flex flex-row">
|
<div class="flex flex-row">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue