Files
ef_front/app/usr/page.tsx
2025-09-07 22:57:43 +00:00

9 lines
219 B
TypeScript

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>
);
}