Sha256: e7645aad5972f96dbf9aefc126264d751e324911ff89ba3abfa9b6924b64692c

Contents?: true

Size: 375 Bytes

Versions: 8

Compression:

Stored size: 375 Bytes

Contents

import BrandsModel from './BrandsModel.js';
import BrandsView from './BrandsView.js';
import BrandsController from './BrandsController.js';

document.addEventListener('DOMContentLoaded', async () => {
    const model = new BrandsModel();
    const view = new BrandsView(model.source);
    const controller = new BrandsController(model, view);
    await controller.init();
});

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
solara-0.4.0 solara/lib/core/dashboard/brands/Brands.js
solara-0.3.0 solara/lib/core/dashboard/brands/Brands.js
solara-0.2.4 solara/lib/core/dashboard/brands/Brands.js
solara-0.2.3 solara/lib/core/dashboard/brands/Brands.js
solara-0.2.2 solara/lib/core/dashboard/brands/Brands.js
solara-0.2.1 solara/lib/core/dashboard/brands/Brands.js
solara-0.2.0 solara/lib/core/dashboard/brands/Brands.js
solara-0.1.0 solara/lib/core/dashboard/brands/Brands.js