Skip to content

Commit f664c5a

Browse files
authored
Fixed import path in Mantine integration (#133)
1 parent 325af9b commit f664c5a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/tricky-phones-argue.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@autoform/mantine": minor
3+
---
4+
5+
Fixed import path in Mantine integration

packages/mantine/src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ExtendableAutoFormProps } from "@autoform/react/src/types";
1+
import { ExtendableAutoFormProps } from "@autoform/react";
22
import { MantineProvider } from "@mantine/core";
33
import { FieldValues } from "react-hook-form";
44

0 commit comments

Comments
 (0)