16 lines
442 B
JavaScript
16 lines
442 B
JavaScript
// import React from 'react'
|
|
// import assets as Assets from './assets.manager.js';
|
|
// import elements as Elements from './elements.js';
|
|
// import * as Icons from './icons.js';
|
|
// import theme as Theme from './theme.style.js';
|
|
// import carousel as Carousel from './carousel/';
|
|
// import header as CustomHeader from './header.js';
|
|
|
|
// export default {
|
|
// Assets,
|
|
// Elements,
|
|
// Icons,
|
|
// Theme,
|
|
// Carousel,
|
|
// CustomHeader
|
|
// }
|