mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-09 23:54:09 -06:00
9 lines
165 B
JavaScript
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,
|
|
}; |