In the ```PageWithBackButton.tsx```, had to change the wrapping div to have underscores to get the correct output ` <div className="grid grid-cols-[auto,1fr] gap-x-4 gap-y-8">` ==> `<div className="grid grid-cols-[auto_1fr] gap-x-4 gap-y-8">`
In the
PageWithBackButton.tsx, had to change the wrapping div to have underscores to get the correct output<div className="grid grid-cols-[auto,1fr] gap-x-4 gap-y-8">==><div className="grid grid-cols-[auto_1fr] gap-x-4 gap-y-8">