first commit
This commit is contained in:
12
app/admin/page.tsx
Normal file
12
app/admin/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
export default function AdminPage() {
|
||||
return (
|
||||
<section>
|
||||
<h1 className="text-2xl font-semibold text-[var(--foreground)]">
|
||||
Admin Panel
|
||||
</h1>
|
||||
<p className="mt-2 text-sm text-[var(--foreground)]/75">
|
||||
Sağdaki menüden Users, Posts ve Shop bölümlerine geçiş yapabilirsiniz.
|
||||
</p>
|
||||
</section>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user