Code cleaning
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
dayjs.extend(relativeTime)
|
||||
|
||||
// Components
|
||||
import Photo from '../../../components/Photo.svelte'
|
||||
import SwitcherSide from '../../../components/SwitcherSide.svelte'
|
||||
import Photo from '../../../components/Photo'
|
||||
import SwitcherSide from '../../../components/SwitcherSide'
|
||||
|
||||
// Update current location
|
||||
currentLocation.set({
|
||||
@@ -50,7 +50,7 @@
|
||||
<title>Houses Of - Beautiful houses of {locationFull}</title>
|
||||
</svelte:head>
|
||||
|
||||
<div class="section container" in:fade out:slide>
|
||||
<div class="section container">
|
||||
<div class="nav content">
|
||||
<SwitcherSide />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user