Skip to content

Commit

Permalink
Added users array
Browse files Browse the repository at this point in the history
  • Loading branch information
bhishp committed Oct 26, 2023
1 parent d3a20fa commit b340614
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ has any good examples then please do submit them.

## Contributing


This is some great new informaiton
More changes to the users feature

### Development

Expand Down
2 changes: 2 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import {

export { DecoratorParams } from './shared';

const users = ["cal", "bhish"];

export const withFormik = makeDecorator({
name: 'withFormik',
parameterName: 'formik',
Expand Down

0 comments on commit b340614

Please sign in to comment.