Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Add minimal grid
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHenninger committed Aug 18, 2020
1 parent 0356351 commit 07c214f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import React from 'react'

export default () => <p>Foo bar</p>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { uniqBy } from 'lodash'
import Card from '../../../../Card'
import Form from '../../Form'

import Grid from './Grid'
import SampleWidget from './SampleWidget'
import ShuffleGroups from './ShuffleGroups'

Expand All @@ -15,6 +16,7 @@ export default ({ id, data }) =>
keys={ [ 'sample', 'shuffle', 'templateParameters' ] }
>
<Card title="Loop" wrapContent={ false }>
<Grid />
<CardBody>
<SampleWidget />
</CardBody>
Expand Down

0 comments on commit 07c214f

Please sign in to comment.