Kaballas's picture
initialize project structure with essential configurations and components
56b6519
raw
history blame contribute delete
425 Bytes
import { AuditRoot } from './edit/AuditRoot';
import { Dashboard } from './edit/dashboard/dashboard';
import { Add } from './edit/findings/add/add';
import { Edit } from './edit/findings/edit/edit';
import { General } from './edit/general/general';
import { Network } from './edit/network/network';
import { Sections } from './edit/sections/sections';
export { Add, AuditRoot, Dashboard, Edit, General, Network, Sections };