1
1
mirror of https://github.com/c8r/x0.git synced 2024-11-09 21:15:22 +03:00
x0/docs/Debugger.js

6 lines
128 B
JavaScript
Raw Normal View History

2017-10-08 02:37:16 +03:00
import React from 'react'
const Debugger = props => <pre children={JSON.stringify(props, null, 2)} />
export default Debugger