mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-18 07:56:57 +00:00
10 lines
132 B
TypeScript
10 lines
132 B
TypeScript
|
|
import Image from "next/image";
|
||
|
|
|
||
|
|
export default function Home() {
|
||
|
|
return (
|
||
|
|
<div>
|
||
|
|
<h1>CoreControl</h1>
|
||
|
|
</div>
|
||
|
|
);
|
||
|
|
}
|