aboutsummaryrefslogtreecommitdiff
path: root/src/lib/index.js
blob: e0179c3ee51cee58053fad7f4a42a3c0f79e7b35 (plain)
1
2
3
4
5
6
7
8
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 defaut { Window, Header, ContentSection, SmartList };