fix: apply seo agent improvements to src/app/admin/posts/new/page.tsx
This commit is contained in:
parent
fa5bf8df06
commit
a755ed776d
|
|
@ -5,7 +5,9 @@ import PostEditor from '@/components/admin/PostEditor'
|
||||||
export default function NewPostPage() {
|
export default function NewPostPage() {
|
||||||
return (
|
return (
|
||||||
<AdminWrapper>
|
<AdminWrapper>
|
||||||
<PostEditor />
|
<main id="main-content" aria-label="New post editor">
|
||||||
|
<PostEditor />
|
||||||
|
</main>
|
||||||
</AdminWrapper>
|
</AdminWrapper>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue