aboutsummaryrefslogtreecommitdiff
path: root/src/lib/index.js
blob: 220703f86d53365cd07b76014eb18e75bc80615c (plain)
1
2
3
4
5
6
7
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 };