import { UserCardShell } from '../user-card-shell' export default async function LearnPage() { 'use cache' return (

Learn

) }