It's time to make the "Kitchens" page! This page will show all the kitchens the user is a part of with the option to create a new kitchen.
[x] Create the front end route /kitchens
[x] This route should display a new Kitchens component (or mabye UsersKitchens?)
[x] This component should call the v1/users/:id/kitchens endpoint with the loggedInUser's id to get the users kitchens
[x] Display all kitchens with cards using MUI Grid to organize them
[x] At the end of this list display another item that is a "+ Create Kitchen" button (style this however you want!)
[x] This button should open the Create Kitchen modal. Coordinate with @Naphrum for this part. The Create Kitchen modal might not exist yet, but if it does, make sure this "+" button opens it
It's time to make the "Kitchens" page! This page will show all the kitchens the user is a part of with the option to create a new kitchen.
/kitchens
v1/users/:id/kitchens
endpoint with theloggedInUser
's id to get the users kitchens