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