|
|
|
@ -1,15 +1,15 @@ |
|
|
|
const StyleManager = require('style_manager'); |
|
|
|
const Models = require('./model/Models'); |
|
|
|
const SectorView = require('./view/SectorView'); |
|
|
|
const SectorsView = require('./view/SectorsView'); |
|
|
|
const PropertyView = require('./view/PropertyView'); |
|
|
|
const PropertySelectView = require('./view/PropertySelectView'); |
|
|
|
const PropertyRadioView = require('./view/PropertyRadioView'); |
|
|
|
const PropertyIntegerView = require('./view/PropertyIntegerView'); |
|
|
|
const PropertyColorView = require('./view/PropertyColorView'); |
|
|
|
const PropertyCompositeView = require('./view/PropertyCompositeView'); |
|
|
|
const PropertyStackView = require('./view/PropertyStackView'); |
|
|
|
const LayerView = require('./view/LayerView'); |
|
|
|
import StyleManager from 'style_manager'; |
|
|
|
import Models from './model/Models'; |
|
|
|
import SectorView from './view/SectorView'; |
|
|
|
import SectorsView from './view/SectorsView'; |
|
|
|
import PropertyView from './view/PropertyView'; |
|
|
|
import PropertySelectView from './view/PropertySelectView'; |
|
|
|
import PropertyRadioView from './view/PropertyRadioView'; |
|
|
|
import PropertyIntegerView from './view/PropertyIntegerView'; |
|
|
|
import PropertyColorView from './view/PropertyColorView'; |
|
|
|
import PropertyCompositeView from './view/PropertyCompositeView'; |
|
|
|
import PropertyStackView from './view/PropertyStackView'; |
|
|
|
import LayerView from './view/LayerView'; |
|
|
|
|
|
|
|
describe('StyleManager', () => { |
|
|
|
describe('Main', () => { |
|
|
|
|