Skip to content
Snippets Groups Projects

New component to search senior (see #12). Enhance responsiveness and solve #10 and #11

Merged Defendi Alberto requested to merge dev into master
2 files
+ 14
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 9
0
 
export type ResponseProps = {
 
id: number;
 
user: {
 
email: string;
 
firstName: string;
 
lastName: string;
 
username: string;
 
};
 
};
Loading