import Scrollbars from "@layerhub-io/react-custom-scrollbar" import React from "react" // import { colors } from 'geru-components/dist/utils' export default function ({ children, autoHide }: { children: React.ReactNode; autoHide?: boolean }) { return (
{children}
) }