UNPKG

core-resource-app-test

Version:

App that contains assets and scripts for the core apps

12 lines (10 loc) 237 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, };