puzzle-trainer/patches/levels/page.tsx
2026-05-23 01:05:21 +00:00

7 lines
169 B
TypeScript

"use client";
import LevelsPageShell from "@/components/LevelsPageShell";
export default function PatchesLevelsPage() {
return <LevelsPageShell game="patches" />;
}