Monelia-Nails/src/app/page.tsx

10 lines
129 B
TypeScript
Raw Normal View History

2025-04-16 09:10:38 +02:00
import Image from "next/image";
export default function Home() {
return (
<div className="">
Test
2025-04-16 09:10:38 +02:00
</div>
);
}