Fixed iport in pages/index.astro
This commit is contained in:
		@@ -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));
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user