chore: Adapt sites to recent changes
This commit is contained in:
parent
147920daeb
commit
43ee0f1790
392 changed files with 1269 additions and 1190 deletions
9
sites/shared/components/workbench/json.js
Normal file
9
sites/shared/components/workbench/json.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
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