From 79c4d56d6910cfd49f474a9e827f8bab99f75081 Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Thu, 6 Mar 2025 16:53:34 -0800 Subject: [PATCH] lint --- packages/@react-stately/layout/src/GridLayout.ts | 2 +- packages/@react-stately/layout/src/ListLayout.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@react-stately/layout/src/GridLayout.ts b/packages/@react-stately/layout/src/GridLayout.ts index 60982724915..73047e2d1eb 100644 --- a/packages/@react-stately/layout/src/GridLayout.ts +++ b/packages/@react-stately/layout/src/GridLayout.ts @@ -11,7 +11,7 @@ */ import {DropTarget, DropTargetDelegate, ItemDropTarget, Key, Node} from '@react-types/shared'; -import {InvalidationContext, Layout, LayoutInfo, Point, Rect, Size} from '@react-stately/virtualizer'; +import {InvalidationContext, Layout, LayoutInfo, Rect, Size} from '@react-stately/virtualizer'; export interface GridLayoutOptions { /** diff --git a/packages/@react-stately/layout/src/ListLayout.ts b/packages/@react-stately/layout/src/ListLayout.ts index 6dea1c473b5..3493e093266 100644 --- a/packages/@react-stately/layout/src/ListLayout.ts +++ b/packages/@react-stately/layout/src/ListLayout.ts @@ -12,7 +12,7 @@ import {Collection, DropTarget, DropTargetDelegate, ItemDropTarget, Key, Node} from '@react-types/shared'; import {getChildNodes} from '@react-stately/collections'; -import {InvalidationContext, Layout, LayoutInfo, Point, Rect, Size} from '@react-stately/virtualizer'; +import {InvalidationContext, Layout, LayoutInfo, Rect, Size} from '@react-stately/virtualizer'; export interface ListLayoutOptions { /**