Skip to content

Commit

Permalink
Add dummy data.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Dec 19, 2024
1 parent 605dfe0 commit 6959464
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ export const PASSWORD_RULES = {
...REQUIRED_FORM_FIELDS_RULES,
minLength: { value: MIN_PASSWORD_LENGTH, message: PASSWORD_LENGTH_MESSAGE },
};

export const SOME_DATA = [ { id: 1, name: 'John' }, { id: 2, name: 'Jane' } ];

0 comments on commit 6959464

Please sign in to comment.