Age | Commit message (Expand) | Author | Files | Lines |
---|
/** @jsxImportSource react */ import type { FunctionComponent } from 'react'; import './LanguageSelect.css'; import { KNOWN_LANGUAGES, langPathRegex } from '../../languages'; const LanguageSelect: FunctionComponent<{ lang: string }> = ({ lang }) => { return (
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author | Files | Lines |
---|