@filerobot/approvals
Version:
Asset approvals package for Filerobot
10 lines • 478 B
JavaScript
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;