[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
|
@ -12,8 +12,11 @@ import { ReloadIcon } from '@freesewing/react/components/Icon'
|
|||
import { Popout } from '@freesewing/react/components/Popout'
|
||||
import { IconButton } from '@freesewing/react/components/Button'
|
||||
|
||||
/*
|
||||
* Component for the account/actions/export page
|
||||
/**
|
||||
* A component handle a reload of the account data
|
||||
*
|
||||
* @component
|
||||
* @returns {JSX.Element}
|
||||
*/
|
||||
export const Reload = () => {
|
||||
// Hooks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue