import Window from './components/Window/Window';
import Header from './components/Header/Header';
import ContentSection from './components/ContentSection/ContentSection';
import SmartList from './components/SmartList/SmartList';


export default { Window, Header, ContentSection, SmartList };