import React from 'react'; import {render} from 'react-dom'; import QueryHistory from './history/query_history'; export { render, React, QueryHistory, };