import { BinaryTree } from"./components/binary-tree/binary-tree.component.js";
/**
* @author André Fillype Silva <andrefillype10@gmail.com>
* @description Module to export all non linear data structures in the project.
* @modulenon-linear-data-structures
*/export { BinaryTree };