1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 10:46:32 +00:00

add React & Redux devtools

This commit is contained in:
AWolf81
2019-05-03 23:55:15 +02:00
committed by Junyoung Choi
parent b6212f4bfe
commit 6ec687ef15
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import React from 'react'
const DevTools = () => <div />
DevTools.instrument = () => {}
export default DevTools