fix for svelte 4
All checks were successful
CI / update (push) Successful in 15s

This commit is contained in:
Alexander Bocken 2025-02-02 12:55:33 +01:00
parent 15bf4fd922
commit 17a5d6155d
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -1,8 +1,7 @@
<script lang="ts"> <script lang="ts">
import "$lib/css/nordtheme.css"; import "$lib/css/nordtheme.css";
import LinksGrid from "$lib/components/LinksGrid.svelte"; import LinksGrid from "$lib/components/LinksGrid.svelte";
import { page } from "$app/stores" export let data;
let { data } = $props();
const redirect_to_docs = () => { const redirect_to_docs = () => {
if (!data.session){ if (!data.session){