From f0c03a9b8e15387c4defd0a0e3e0298324406fae Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Mon, 28 Aug 2023 21:33:44 -0500 Subject: Add wg2nd --- components/ViewPort/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'components/ViewPort/index.tsx') diff --git a/components/ViewPort/index.tsx b/components/ViewPort/index.tsx index 665ee00..29191a1 100644 --- a/components/ViewPort/index.tsx +++ b/components/ViewPort/index.tsx @@ -5,6 +5,7 @@ import clsx from 'clsx'; export type Props = { size?: "sm" | "md" | "lg"; className?: string; + children?: React.ReactNode; }; const Viewport : FC = ({children, className, size}) => { @@ -20,4 +21,4 @@ const Viewport : FC = ({children, className, size}) => { ) }; -export default Viewport; \ No newline at end of file +export default Viewport; -- cgit v1.2.3