import React from 'react';
import CellGrid from 'terra-cell-grid';

const CellGridTest = () => (
  <CellGrid>
    Test Content Node
  </CellGrid>
);

export default CellGridTest;
