From 094652d47e1fb4527e33febc7b4d2064b8489b75 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sat, 2 Nov 2024 10:12:06 +0100 Subject: [PATCH] Mock tables of different sizes --- app/dashboard/tables/page.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/dashboard/tables/page.tsx b/app/dashboard/tables/page.tsx index 29a1d76..f378fed 100644 --- a/app/dashboard/tables/page.tsx +++ b/app/dashboard/tables/page.tsx @@ -32,10 +32,6 @@ export default function Page() { { name: "Arthur C. Clarke", id: "4" }, { name: "Philip Roth", id: "5" }, { name: "Kurt Vonnegut", id: "6" }, - { name: "Ray Bradbury", id: "7" }, - { name: "Jorge Luis Borges", id: "8" }, - { name: "Gabriel García Márquez", id: "9" }, - { name: "Julio Cortázar", id: "10" }, ] } />