Removed spurious import statement

This commit is contained in:
Stuart McGrigor 2019-05-24 08:49:20 +12:00
parent 99f845731b
commit 47d7b9fb17

View File

@ -20,7 +20,6 @@ import {
} from '../../utils/'; } from '../../utils/';
import { l } from '../Labels'; import { l } from '../Labels';
import { Schema } from '../../components';
// TODO: refactor this model, maybe use getters instead of copying all the values // TODO: refactor this model, maybe use getters instead of copying all the values
export class SchemaModel { export class SchemaModel {