Age | Commit message (Expand) | Author | Files | Lines |
---|
import type { FunctionalComponent } from 'preact'; import { h } from 'preact'; const EditOnGithub: FunctionalComponent<{ href: string }> = ({ href }) => { return ( Edit on GitHub ); }; export default EditOnGithub; ption value='db-seed'>db-seed
summaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author | Files | Lines |
---|