You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
207 B

1 year ago
  1. import { PageContainer } from '@ant-design/pro-components'
  2. const Roles = () => {
  3. return (
  4. <PageContainer breadcrumbRender={false}>
  5. </PageContainer>
  6. )
  7. }
  8. export default Roles