Moved tracking script to correct location
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m5s

This commit is contained in:
2025-02-03 09:57:16 +00:00
parent 753e091a85
commit 94b1e80358
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
<script lang="ts">
import Toasts from "$lib/components/Toasts/Toasts.svelte";
import ThemeSwitcher from "$lib/components/ThemeSwitcher.svelte";
import '/tracking/tracking.js';
</script>
<style>