Files
examjam-frontend/app/(tabs)/leaderboard/page.tsx

10 lines
127 B
TypeScript

"use client";
import React from "react";
const LeaderboardPage = () => {
return <></>;
};
export default LeaderboardPage;