react-table/examples/row-dnd/.babelrc
Bob 1b3730f5cb docs: drag and drop example using react dnd (#1627)
* docs: drag and drop example using react dnd

* docs: add row DnD example to examples list
2019-11-20 08:45:20 -07:00

5 lines
67 B
Plaintext

{
"presets": ["react-app"],
"plugins": ["styled-components"]
}