/* * SPDX-FileCopyrightText: © 2024 Brian S. Stephan * SPDX-License-Identifier: GPL-3.0-or-later */ include include use module front_right_mount_panel() { mirror([1, 0, 0]) front_left_mount_panel(); } front_right_mount_panel();