Skip to content

Commit

Permalink
chore: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
DRiFTy17 committed Dec 23, 2023
1 parent e10d96e commit 880b8e6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/lib/overlay/overlay-constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { PositionPlacement } from '@tylertech/forge-core';
import { COMPONENT_NAME_PREFIX } from '../constants';
import { supportsPopover } from '../core';
import { PositionPlacement } from '../core/utils/position-utils';

const elementName = `${COMPONENT_NAME_PREFIX}overlay`;

Expand Down
2 changes: 1 addition & 1 deletion src/lib/popup/popup-constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PositionPlacement } from '@tylertech/forge-core';
import { PositionPlacement } from '../core/utils/position-utils';
import { COMPONENT_NAME_PREFIX } from '../constants';

const elementName: keyof HTMLElementTagNameMap = `${COMPONENT_NAME_PREFIX}popup`;
Expand Down

0 comments on commit 880b8e6

Please sign in to comment.