import {PrimaryNavbar} from '../../organisms' export interface AdminTemplateProps {} const AdminTemplate: React.FC = () => { return ( <> ) }