From 2c8d3d46572f55fa1c440b4203612d75ae6f88ec Mon Sep 17 00:00:00 2001 From: Jorge Costa Date: Tue, 13 Aug 2024 22:32:34 +0100 Subject: [PATCH] lint fix --- packages/dataviews/src/components/dataviews/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/dataviews/src/components/dataviews/index.tsx b/packages/dataviews/src/components/dataviews/index.tsx index aea2267a815eb..81f901f0859bb 100644 --- a/packages/dataviews/src/components/dataviews/index.tsx +++ b/packages/dataviews/src/components/dataviews/index.tsx @@ -27,8 +27,6 @@ import DataViewsViewConfig from '../dataviews-view-config'; import { normalizeFields } from '../../normalize-fields'; import type { Action, Field, View, SupportedLayouts } from '../../types'; import type { SelectionOrUpdater } from '../../private-types'; -import DensityPicker from '../../dataviews-layouts/grid/density-picker'; -import { LAYOUT_GRID } from '../../constants'; type ItemWithId = { id: string };