Container.js4 lines
mainRaw
export default function Container({children}) {
  return <div>{children}</div>;
}
Loading syntax highlighting…