pgadmin4/web/pgadmin/static/bundle/components.js

9 lines
165 B
JavaScript

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