Skip to content

Commit dc2fa4e

Browse files
committed
MTBench: Moved table components and styles to the MTBench folder, deleted extra figures in assets
1 parent c9a92d7 commit dc2fa4e

13 files changed

+3
-3
lines changed
-125 KB
Binary file not shown.
-113 KB
Binary file not shown.
-41.1 KB
Binary file not shown.
-56.3 KB
Binary file not shown.
-47.5 KB
Binary file not shown.
-52.4 KB
Binary file not shown.
-31.4 KB
Binary file not shown.
-49.9 KB
Binary file not shown.
-58.7 KB
Binary file not shown.

components/sortable-table.tsx renamed to app/projects/mtbench/components/sortable-table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use client'
22
import { MouseEventHandler, useCallback, useState } from "react";
3-
import data from "../app/projects/mtbench/data/data_leaderboard.json";
3+
import data from "../data/data_leaderboard.json";
44

55
type Data = typeof data;
66

0 commit comments

Comments
 (0)