Skip to content

Commit

Permalink
fix(cc-user-state):add-documentation (#270)
Browse files Browse the repository at this point in the history
Co-authored-by: Shreyas Sharma <[email protected]>
  • Loading branch information
Shreyas281299 and ShreyasSharma28 authored Nov 15, 2024
1 parent 6643d59 commit 082c8a9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import React from 'react';

import {IUserState} from './use-state.types';

/**
* Presentational component for the User State.
*/
const UserStatePresentational: React.FunctionComponent<IUserState> = (props) => {
return (
<>
Expand Down

0 comments on commit 082c8a9

Please sign in to comment.