UNPKG

core-resource-app-test

Version:

App that contains assets and scripts for the core apps

6 lines (5 loc) 219 B
import Row from './Row.component'; import Column from './Column.component'; import SinglePanel from './SinglePanel.component'; import TwoPanel from './TwoPanel.component'; export { Row, Column, SinglePanel, TwoPanel };