mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-29 22:24:31 +02:00
fix: add footer imports
This commit is contained in:
parent
44db0a7ff3
commit
a1b893b346
@ -1,7 +1,7 @@
|
||||
<script lang="ts">
|
||||
import ContributorHost from '$lib/components/molecules/ContributorHost.svelte';
|
||||
import ContributorsStore from '../../lib/stores/ContributorsStore.js';
|
||||
import Footer from '$lib/components/atoms/Footer.svelte';
|
||||
import Footer from '$lib/components/molecules/Footer.svelte';
|
||||
import { onMount } from 'svelte';
|
||||
import { fly } from 'svelte/transition';
|
||||
import { quintOut } from 'svelte/easing';
|
||||
|
@ -1,7 +1,7 @@
|
||||
<script lang="ts">
|
||||
import Patch from "$lib/components/atoms/Patch.svelte";
|
||||
import PatchesStore from "$lib/stores/PatchesStore";
|
||||
import Footer from "$lib/components/atoms/Footer.svelte";
|
||||
import Footer from "$lib/components/molecules/Footer.svelte";
|
||||
import { onMount } from "svelte";
|
||||
import { fly } from 'svelte/transition';
|
||||
import { quintOut } from 'svelte/easing';
|
||||
|
Loading…
x
Reference in New Issue
Block a user