Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tjosepo committed Dec 12, 2024
1 parent 50abb79 commit 691abce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/accordion/src/useAccordionItems.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Children, ReactElement, ReactNode, Ref, RefAttributes, useMemo } from "react";
import { Children, ReactElement, ReactNode, Ref, useMemo } from "react";
import { Content, Header } from "../../placeholders/index.ts";
import { isNil, mergeProps } from "../../shared/index.ts";

Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/collection/src/useCollection.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Children, ElementType, ReactElement, ReactNode, Ref, RefAttributes, useMemo } from "react";
import { Children, ElementType, ReactElement, ReactNode, Ref, useMemo } from "react";
import { Divider } from "../../divider/index.ts";
import { Item, Section } from "../../collection/index.ts";
import { TooltipTrigger, parseTooltipTrigger } from "../../tooltip/index.ts";
Expand Down

0 comments on commit 691abce

Please sign in to comment.