refactor: get rid of page data types
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
|
||||
<script lang="ts">
|
||||
import { navigating } from '$app/stores'
|
||||
import type { PageData } from './$types'
|
||||
import { getContext, onMount } from 'svelte'
|
||||
import { timeline, stagger } from 'motion'
|
||||
import { DELAY } from '$utils/constants'
|
||||
@@ -28,7 +27,7 @@
|
||||
import ShopModule from '$components/organisms/ShopModule.svelte'
|
||||
import NewsletterModule from '$components/organisms/NewsletterModule.svelte'
|
||||
|
||||
export let data: PageData
|
||||
export let data
|
||||
|
||||
const { photos } = data
|
||||
const { settings, locations }: any = getContext('global')
|
||||
|
||||
Reference in New Issue
Block a user