fixes deploy

This commit is contained in:
Paul Fresnel
2024-11-07 03:24:33 +01:00
parent f3ddc0d81e
commit e9185e2c9e
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import HomePage from '@/components/Homepage';
import HomePage from '@/components/HomePage';
export default function Home() {
return <HomePage />;