Sha256: 13dd81420f7c28fb388b424e2be0e75717c8e5d0ccdded8b3447f87af9cacd2e
Contents?: true
Size: 529 Bytes
Versions: 3
Compression:
Stored size: 529 Bytes
Contents
import React from 'react'; import PageLayout from 'foremanReact/routes/common/PageLayout/PageLayout'; import AccountList from './Components/AccountList'; import PageHeader from './Components/PageHeader'; const ForemanInventoryUpload = () => ( <div className="rh-cloud-page"> <PageLayout searchable={false} beforeToolbarComponent={<PageHeader />}> <AccountList /> </PageLayout> </div> ); ForemanInventoryUpload.propTypes = {}; ForemanInventoryUpload.defaultProps = {}; export default ForemanInventoryUpload;
Version data entries
3 entries across 3 versions & 1 rubygems