Fixed Asset Add
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
import FixedAssetAddForm from '@/views/apps/fixed-assets/add/FixedAssetAddForm'
|
||||
import FixedAssetAddHeader from '@/views/apps/fixed-assets/add/FixedAssetAddHeader'
|
||||
import Grid from '@mui/material/Grid2'
|
||||
|
||||
const FixedAssetPage = () => {
|
||||
return (
|
||||
<Grid container spacing={6}>
|
||||
<Grid size={{ xs: 12 }}>
|
||||
<FixedAssetAddHeader />
|
||||
</Grid>
|
||||
<Grid size={{ xs: 12 }}>
|
||||
<FixedAssetAddForm />
|
||||
</Grid>
|
||||
</Grid>
|
||||
)
|
||||
}
|
||||
|
||||
export default FixedAssetPage
|
||||
Reference in New Issue
Block a user