mirror of
https://github.com/revanced/revanced-website.git
synced 2025-06-12 21:27:42 +02:00
refactor: move contrib hydration to layout
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
<script lang="ts">
|
||||
import type { APIOutput } from './+page';
|
||||
|
||||
import type { APIOutput } from '../+layout';
|
||||
import ContributorHost from '$lib/components/molecules/ContributorHost.svelte';
|
||||
import Footer from '$lib/components/molecules/Footer.svelte';
|
||||
import { fly } from 'svelte/transition';
|
||||
import { quintOut } from 'svelte/easing';
|
||||
|
||||
// From the layout hydration. See +layout.ts
|
||||
export let data: APIOutput;
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user