mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
10 lines
161 B
JavaScript
10 lines
161 B
JavaScript
|
|
import React from 'react';
|
|
import {render} from 'react-dom';
|
|
import QueryHistory from './history/query_history';
|
|
|
|
export {
|
|
render,
|
|
React,
|
|
QueryHistory,
|
|
}; |