pgadmin4/web/pgadmin/static/jsx/components.jsx

10 lines
161 B
JavaScript

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