fix: parallell routes needs a page.tsx in root not just in catchAll route
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import MembershipCard from "@/components/MyProfile/MembershipCard"
|
||||
|
||||
export default function MembershipCardSlot() {
|
||||
return <MembershipCard />
|
||||
}
|
||||
Reference in New Issue
Block a user