import Link from "next/link"; import type { ReactNode } from "react"; export function Shell({ children }: { children: ReactNode }) { return (
KS
Knowledge Station
Clases a Markdown para LLM
{children}
); }