Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export const metadata = {
|
||||
title: "",
|
||||
description: "",
|
||||
};
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Hello World</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user