import { showTree } from "./tree.js"; function showLeftPage(){ showTree(); } export {showLeftPage}