Move popover

This commit is contained in:
Robert Long
2022-01-05 17:21:30 -08:00
parent 546ab06d60
commit 2b1a523973
8 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ import React, { useRef } from "react";
import { HiddenSelect, useSelect } from "@react-aria/select";
import { useButton } from "@react-aria/button";
import { useSelectState } from "@react-stately/select";
import { Popover } from "./Popover";
import { Popover } from "./popover/Popover";
import { ListBox } from "./ListBox";
import styles from "./SelectInput.module.css";
import classNames from "classnames";