diff --git a/components/Container.tsx b/components/Container.tsx index e2f8921..3e37aa4 100644 --- a/components/Container.tsx +++ b/components/Container.tsx @@ -8,7 +8,7 @@ const Container = ({ className, children }:ContainerProps): JSX.Element => { interface ContainerProps { className?: string - children: JSX.Element + children: JSX.Element | JSX.Element[] } export default Container \ No newline at end of file