mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
fix: import resource imporements
This commit is contained in:
11
packages/webapp/src/containers/Items/ItemsImportable.tsx
Normal file
11
packages/webapp/src/containers/Items/ItemsImportable.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
// @ts-nocheck
|
||||
import { DashboardInsider } from '@/components';
|
||||
import { ImportView } from '../Import/ImportView';
|
||||
|
||||
export default function ItemsImport() {
|
||||
return (
|
||||
<DashboardInsider name={'import-items'}>
|
||||
<ImportView resource={'items'} />
|
||||
</DashboardInsider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user