[react] feat: Added docs for components/Account
This commit is contained in:
parent
f5a089f884
commit
6d9cbf55c2
37 changed files with 665 additions and 277 deletions
|
@ -10,8 +10,11 @@ import { useBackend } from '@freesewing/react/hooks/useBackend'
|
|||
import { SaveIcon } from '@freesewing/react/components/Icon'
|
||||
import { StringInput } from '@freesewing/react/components/Input'
|
||||
|
||||
/*
|
||||
* Component for the account/social/github page
|
||||
/**
|
||||
* A component to manage the user's Github handle in their account data
|
||||
*
|
||||
* @component
|
||||
* @returns {JSX.Element}
|
||||
*/
|
||||
export const Github = () => {
|
||||
// Hooks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue