backoffice nextJs replaces admin in rust
This commit is contained in:
11
apps/backoffice/app/page.tsx
Normal file
11
apps/backoffice/app/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
export default function DashboardPage() {
|
||||
return (
|
||||
<>
|
||||
<h1>Stripstream Backoffice</h1>
|
||||
<p>Manage libraries, indexing jobs, and API tokens from a Next.js admin interface.</p>
|
||||
<div className="card">
|
||||
<p>Use the navigation links above to access each admin section.</p>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user