7 lines
138 B
TypeScript
7 lines
138 B
TypeScript
import failedRows from './failed-rows'
|
|
|
|
const imports = {
|
|
failedRows: Object.assign(failedRows, failedRows),
|
|
}
|
|
|
|
export default imports |