// VS Theme Layout Export // Provides access to all layout styles export const drawer = './layout/_drawer.scss'; export const header = './layout/_header.scss'; export const footer = './layout/_footer.scss'; export const sidebar = './layout/_sidebar.scss'; // All layout components combined export const allLayout = [ drawer, header, footer, sidebar ]; export default { drawer, header, footer, sidebar, all: allLayout };