Javascript – In Next JS, changes in layout.tsx only applies to home page, other pages are not affected?
I have a Next JS app, the version is 13.5.4, its structured like this: - pages -- about.tsx - src -- app --- layout.tsx --- page.tsx In order to not repeat code, I changed the default layout.tsx to this: import…