Skip to content

Commit 9490b36

Browse files
committed
fix: remove direct import
1 parent 0ca607f commit 9490b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Routes, Route } from 'react-router-dom';
2-
import { AIFormProvider } from '../../src/index';
2+
import { AIFormProvider } from 'react-hook-form-ai';
33
import Layout from './components/Layout';
44
import Home from './pages/Home';
55
import GetStarted from './pages/GetStarted';

0 commit comments

Comments
 (0)