feat: update UI
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import PageHeader from '../../components/PageHeader'
|
||||
|
||||
function RolePage() {
|
||||
return (
|
||||
<>
|
||||
<PageHeader />
|
||||
<div className="content-panel">
|
||||
<h2>Roles</h2>
|
||||
<p>Role management content will appear here.</p>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default RolePage
|
||||
Reference in New Issue
Block a user