import Aside from './theme-default/styles/aside.css' import Components from './theme-default/styles/components.css' import Config from './theme-default/styles/config.css' import Footer from './theme-default/styles/footer.css' import Header from './theme-default/styles/header.css' import Main from './theme-default/styles/main.css' import Mobile from './theme-default/styles/mobile.css' import Search from './theme-default/styles/search.css' import Sidebar from './theme-default/styles/sidebar.css' export default [ Config, Header, Search, Sidebar, Main, Components, Aside, Footer, Mobile, ]