project init

This commit is contained in:
headlesdev
2025-05-17 12:35:02 +02:00
parent 5f824a2581
commit 9d6b5b87fb
10 changed files with 1930 additions and 0 deletions

9
app/page.tsx Normal file
View File

@@ -0,0 +1,9 @@
import Image from "next/image";
export default function Home() {
return (
<div>
<h1>CoreControl</h1>
</div>
);
}