Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jun 4, 2019
1 parent 04c7d4b commit 169bd48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model/annotations.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'reflect-metadata';
import Column, {IColumnConstructor} from './Column';
import {IColumnDesc} from './interfaces';
import Column from './Column';
import {IColumnDesc, IColumnConstructor} from './interfaces';

const supportType = Symbol.for('SupportType');
const category = Symbol.for('Category');
Expand Down

0 comments on commit 169bd48

Please sign in to comment.