const WELCOME = 'Welcome' const STYLES = 'Styles' const TYPOGRAPHY = `${STYLES}/Typography` const BASIC = 'Basic Components' const MAIN = 'BBC Main Components' const SPA = 'SPA' const UTILS = `${SPA}/Utils` const EDITORIAL = `${SPA}/Editorial (Marketing and SEO)` const APP = `${SPA}/App` const SECTIONS = `${SPA}/Sections` const PAGES = `Pages` const LAYOUT = `${SPA}/Layout` export { WELCOME, STYLES, TYPOGRAPHY, BASIC, MAIN, SPA, SECTIONS, PAGES, LAYOUT, UTILS, EDITORIAL, APP, }