Skip to content

Commit

Permalink
fix: cycle import
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Jul 31, 2024
1 parent 14bd2c5 commit 314a0a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions packages/filter/src/filter-builder.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import type { FilterGroup } from "@fn-sphere/core";
import { FilterProvider } from "./hooks/filter-provider.js";
import { presetUiSpec } from "./preset.js";
import { useView } from "./specs/hooks.js";
import { FilterUiProvider } from "./specs/index.js";
import { FilterUiProvider, presetUiSpec } from "./specs/index.js";
import type { UiSpec } from "./specs/types.js";
import type { BasicFilterBuilderProps } from "./types.js";

Expand Down
1 change: 1 addition & 0 deletions packages/filter/src/specs/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { presetUiSpec } from "../preset.js";
export { FilterUiProvider } from "./context.js";
export { useDataInputView, useView } from "./hooks.js";
export type * from "./types.js";

0 comments on commit 314a0a5

Please sign in to comment.