import { Component } from "solid-js" export const SettingsCommands: Component = () => { return (

Commands

Command settings will be configurable here.

) }