import { Tag } from "@blueprintjs/core"; import "./_index.sass"; type OwnProps = { action: string, text: string }; const ShortcutSequence = ({ action, text }: OwnProps) => {text}; export default ShortcutSequence;