feat: my profile - removed all parallel routes * Removed all parallel routes on my-profile * Fixed suspense * Moved components into myprofile folder * Turn off browser cache on myprofile * Clear router cache when editing profile * Clear route cache when adding new credit card * PR fixes Approved-by: Joakim Jäderberg
4 lines
114 B
TypeScript
4 lines
114 B
TypeScript
export default function ProfileLayout({ children }: React.PropsWithChildren) {
|
|
return <main>{children}</main>
|
|
}
|