From grocery delivery I have changed all the list of checkboxes into a list of text inputs.
When I pulled down changes to sync repo in my end an error related to FormSection showed up. The error was pointing FormSection about not been able to import it from types.ts file, so what I came up with was adding FormSection interface to fix the problem.
Changes: