import React from 'react' const Container: React.FC<{ children: React.ReactNode, }> = ({ children }) => { return (