import LevelsClient from "./client";
export default function LevelsPage() {
  return <LevelsClient />;
}
