first commit
This commit is contained in:
8
app/usr/page.tsx
Normal file
8
app/usr/page.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
export default function InitPage() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Initialization Page</h1>
|
||||
<p>Welcome to the initialization page. Please follow the instructions to set up your application.</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user