import React from 'react'; import cx from 'classnames'; import ls from './AuxWidget.less'; import AdjustableAbs from "./AdjustableAbs"; export default function AuxWidget({flatTop, flatBottom, children, className, ...props}) { return {children} }