import React from 'react' export const Center = ({ children }: { children: any }) => (
{children}
)