Skip to content

Commit

Permalink
fix: Imports
Browse files Browse the repository at this point in the history
  • Loading branch information
areknawo committed Jun 25, 2024
1 parent e4ce5b5 commit b174331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/primitives/dropdown.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Overlay } from "./overlay";
import { Card } from "./card";
import { createRef } from "../ref";
import { isTouchDevice } from "../utils";
import clsx from "clsx";
import {
Component,
Expand All @@ -18,7 +19,6 @@ import { computePosition, flip, Placement, size } from "@floating-ui/dom";
import { Dynamic, Portal } from "solid-js/web";
import { createMediaQuery } from "@solid-primitives/media";
import { createActiveElement } from "@solid-primitives/active-element";
import { isTouchDevice } from "#utils";

interface DropdownProps extends JSX.HTMLAttributes<HTMLDivElement> {
class?: string;
Expand Down

0 comments on commit b174331

Please sign in to comment.