Bunch together Inputboxes, Text and buttons to build the sign in component. Use LinkButton component for the "Don't have an account" and "Forgot your password".
Code must be in components/signin/signin-form.tsx
NOTE: Use storybook to preview your component. Ideally do not create pages to test your component. If you do make on, remember to delete the page before pushing. Refer src/components/text.tsx and src/stories/text.stories.tsx for examples.
Description
Bunch together Inputboxes, Text and buttons to build the sign in component. Use LinkButton component for the "Don't have an account" and "Forgot your password".
Code must be in components/signin/signin-form.tsx
NOTE: Use storybook to preview your component. Ideally do not create pages to test your component. If you do make on, remember to delete the page before pushing. Refer src/components/text.tsx and src/stories/text.stories.tsx for examples.
Reference