Move data_grid to ui/legacy/components/data_grid

It also updates the ES Modules ESLint rule to allow for the import
from DataGrid to the legacy UI folder, as they are now nested.

[email protected]

Bug: 1187573
Change-Id: I8a6a577b10464216efafed10e62f24ca0c06e194
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2821870
Commit-Queue: Tim van der Lippe <[email protected]>
Reviewed-by: Paul Lewis <[email protected]>
diff --git a/front_end/panels/developer_resources/BUILD.gn b/front_end/panels/developer_resources/BUILD.gn
index 15fe2fe..7d6f772 100644
--- a/front_end/panels/developer_resources/BUILD.gn
+++ b/front_end/panels/developer_resources/BUILD.gn
@@ -16,9 +16,9 @@
     "../../core/i18n:bundle",
     "../../core/platform:bundle",
     "../../core/sdk:bundle",
-    "../../data_grid:bundle",
     "../../models/text_utils:bundle",
     "../../ui/legacy:bundle",
+    "../../ui/legacy/components/data_grid:bundle",
   ]
 }