1
1
mirror of https://github.com/c8r/x0.git synced 2024-09-19 09:38:31 +03:00
x0/docs/Debugger.js
2017-10-07 19:37:16 -04:00

6 lines
128 B
JavaScript

import React from 'react'
const Debugger = props => <pre children={JSON.stringify(props, null, 2)} />
export default Debugger