import React from 'react'; import tw from 'twin.macro'; import AdminContentBlock from '@/components/admin/AdminContentBlock'; export default () => { return (

Create User

Add a new user to the panel.

); };