pgadmin4/web/pgadmin/static/jsx/components.jsx
2017-06-13 09:50:41 +01:00

10 lines
161 B
JavaScript

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