Skip to content

Commit

Permalink
Merge pull request #16 from dgore7/bug-fix/import-error
Browse files Browse the repository at this point in the history
prevent directory import error
  • Loading branch information
fedorovvvv authored Jun 17, 2024
2 parents a1f7bee + db9f469 commit 1e65621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//@ts-ignore
import type { ComputePositionConfig, ComputePositionReturn, FloatingElement, Middleware, Padding, ReferenceElement, VirtualElement } from "./core/index.js";
//@ts-ignore
import { arrow as arrowCore } from "./core";
import { arrow as arrowCore } from "./core/index.js";
import { autoUpdate as _autoUpdate, computePosition, type AutoUpdateOptions, type MiddlewareState } from "./dom/index.js";
import type { Readable, Writable } from "svelte/store";
import { get } from "svelte/store";
Expand Down

0 comments on commit 1e65621

Please sign in to comment.