feat(cp-frontend): import existing project

This commit is contained in:
Sérgio Ramos 2017-06-26 02:29:46 +01:00 committed by Judit Greskovits
parent 7f1d731dc6
commit 8078471355
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
import React from 'react';
import { Col, Row } from 'react-styled-flexboxgrid';
import { P } from 'joyent-ui-toolkit';
export default () =>
<Row>
<Col xs={12}>
<P>You don't have any instances</P>
</Col>
</Row>;