TS Lang Error Fix

This commit is contained in:
Neshura 2023-09-12 19:23:08 +02:00
parent 0fdc4c07f6
commit 346376e9ea
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -1,4 +1,4 @@
<script> <script lang="ts">
import { apiBaseUrl } from '$lib/components/consts'; import { apiBaseUrl } from '$lib/components/consts';
import { LeanChellarisDataStore } from '$lib/stores/ChellarisData'; import { LeanChellarisDataStore } from '$lib/stores/ChellarisData';
import Header from './Header.svelte'; import Header from './Header.svelte';