Fixed iport in pages/index.astro
All checks were successful
Build Docker Image and Deploy / Build Image and push to Registry (push) Successful in 1m9s
Build Docker Image and Deploy / Deploy on webserver (push) Successful in 45s

This commit is contained in:
Cyril Šebek 2024-07-09 16:03:29 +02:00
parent e5ac03d11a
commit 6cd3a06e97
Signed by: blboun3
SSH Key Fingerprint: SHA256:n9dMtOPzgsD+CCerUJslEnU2dzVanbaIv0XDQVRVjeg

View File

@ -6,9 +6,7 @@ import Hero from "../components/Hero.astro";
import About from "../components/About.astro";
import Showcase from "../components/Showcase.astro";
import FloatingLinks from "../components/FloatingLinks.astro";
//@ts-ignore
import { getLangFromUrl, useTranslations } from "../../i18n/utils";
import { getLangFromUrl, useTranslations } from "../i18n/utils";
const t = useTranslations(getLangFromUrl(Astro.url));