/** @js main.jsx */

import LineChart from './LineChart';

var AmChart = {
    LineChart: LineChart
}

export default AmChart