import { Button } from "@nextui-org/react"; import { useAppContext } from "../../contexts/AppContext"; import { TemplateSettings } from "./TemplateSettings"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { faXmark } from "@fortawesome/free-solid-svg-icons/faXmark"; import { ChatSettings } from "./ChatSettings"; import { OverlaySettings } from "../Overlay/OverlaySettings"; export const SettingsSidebar = () => { const { settingsSidebar, setSettingsSidebar, setShowKeybinds } = useAppContext(); return (