Skip to content

Commit

Permalink
fix(core/reports): AjfReport instance imported using current module name
Browse files Browse the repository at this point in the history
  • Loading branch information
trik committed Oct 4, 2021
1 parent d8ec91f commit 761c8f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/reports/utils/reports/create-report-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
*/

import {AjfForm} from '@ajf/core/forms';
import {AjfReport} from '@ajf/core/reports';

import {AjfReport} from '../../interface/reports/report';

export function createReportSchema(form: Partial<AjfForm>): Partial<AjfReport> {
const reportSchema: Partial<AjfReport> = {};
Expand Down

0 comments on commit 761c8f6

Please sign in to comment.