/* * SPDX-FileCopyrightText: © 2023 Brian S. Stephan * SPDX-License-Identifier: GPL-3.0-or-later */ include include use use module bottom_panel_middle() { intersection() { bottom_panel_left(); bottom_panel_right(); } } bottom_panel_middle();