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

Shortcuts

Keyboard shortcuts will be configurable here.

) }