wip: Updates to lab to support v3 patterns
This commit is contained in:
parent
d59bab6a6c
commit
a023f1810c
19 changed files with 101 additions and 155 deletions
|
@ -1,9 +0,0 @@
|
|||
import Json from 'shared/components/json.js'
|
||||
|
||||
const GistAsJson = props => (
|
||||
<div className="max-w-screen-xl m-auto">
|
||||
<Json>{JSON.stringify(props.gist, null, 2)}</Json>
|
||||
</div>
|
||||
)
|
||||
|
||||
export default GistAsJson
|
Loading…
Add table
Add a link
Reference in a new issue