Skip to content

Commit

Permalink
Fixed import path in Mantine integration (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
monobyte authored Nov 25, 2024
1 parent 325af9b commit f664c5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tricky-phones-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@autoform/mantine": minor
---

Fixed import path in Mantine integration
2 changes: 1 addition & 1 deletion packages/mantine/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ExtendableAutoFormProps } from "@autoform/react/src/types";
import { ExtendableAutoFormProps } from "@autoform/react";
import { MantineProvider } from "@mantine/core";
import { FieldValues } from "react-hook-form";

Expand Down

0 comments on commit f664c5a

Please sign in to comment.