Add admin benchmarks page with search, filter tabs, pagination, verify/remove/restore actions
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import type { Metadata } from "next"
|
||||
import { BenchmarksClient } from "./benchmarks-client"
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Benchmarks",
|
||||
}
|
||||
|
||||
export default function BenchmarksPage() {
|
||||
return <BenchmarksClient />
|
||||
}
|
||||
Reference in New Issue
Block a user