UNPKG

@filerobot/approvals

Version:

Asset approvals package for Filerobot

10 lines 478 B
import ApprovalsSection from './ApprovalsSection'; import VersionsSection from './VersionsSection'; import Styled from './ApprovalsHistoryContent.styled'; import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; var ApprovalsHistoryContent = function ApprovalsHistoryContent() { return /*#__PURE__*/_jsxs(Styled.Container, { children: [/*#__PURE__*/_jsx(VersionsSection, {}), /*#__PURE__*/_jsx(ApprovalsSection, {})] }); }; export default ApprovalsHistoryContent;