import React from 'react' import { AdminContentProps } from '../../types' export const AdminContent: React.FC = ({text}) => { return (

{text}

) }