Skip to content

Commit

Permalink
prevent directory import error
Browse files Browse the repository at this point in the history
  • Loading branch information
dgore7 authored Jun 16, 2024
1 parent a1f7bee commit db9f469
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 db9f469

Please sign in to comment.