Skip to content

Commit

Permalink
move: Moved dismissablelayer into overlays dir from overlay dir (#2960)
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh authored May 28, 2024
1 parent 50d5947 commit 01d2ee8
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion @navikt/core/react/src/popover/Popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import cl from "clsx";
import React, { HTMLAttributes, forwardRef, useContext, useRef } from "react";
import { DateContext } from "../date/context";
import { useModalContext } from "../modal/Modal.context";
import { DismissableLayer } from "../overlay/dismiss/DismissableLayer";
import { DismissableLayer } from "../overlays/dismissablelayer/DismissableLayer";
import { useClientLayoutEffect } from "../util/hooks";
import { useMergeRefs } from "../util/hooks/useMergeRefs";
import PopoverContent, { PopoverContentType } from "./PopoverContent";
Expand Down

0 comments on commit 01d2ee8

Please sign in to comment.