File size: 165 Bytes
ae01f49
 
 
 
 
 
1
2
3
4
5
6
7
import pgAdmin from 'sources/pgadmin';
import 'pgadmin.tools.file_manager';

export function showFileManager(...args) {
  pgAdmin.Tools.FileManager.show(...args);
}