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 { onMount } from 'svelte'
|
||||
import { stagger, timeline } from 'motion'
|
||||
import { DELAY } from '$utils/constants'
|
||||
@@ -17,7 +16,7 @@
|
||||
import NewsletterIssue from '$components/molecules/NewsletterIssue.svelte'
|
||||
import InteractiveGlobe from '$components/organisms/InteractiveGlobe.svelte'
|
||||
|
||||
export let data: PageData
|
||||
export let data
|
||||
|
||||
const { issues } = data
|
||||
const latestIssue = issues[0]
|
||||
|
||||
Reference in New Issue
Block a user