diff options
Diffstat (limited to 'client/chart/index.js')
| -rw-r--r-- | client/chart/index.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/chart/index.js b/client/chart/index.js new file mode 100644 index 00000000..e9d3322d --- /dev/null +++ b/client/chart/index.js @@ -0,0 +1,5 @@ +import Container from './chart.container' + +export { + Container, +} |
