Skip to content

Commit

Permalink
chore: Move useFormState to its own file. (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh authored Dec 19, 2021
1 parent b1723e5 commit 11248cd
Show file tree
Hide file tree
Showing 6 changed files with 719 additions and 656 deletions.
2 changes: 1 addition & 1 deletion src/FormStateApp.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Observer } from "mobx-react";
import { FieldState, ObjectConfig, required, useFormState } from "src/formState";
import { AuthorInput } from "src/formStateDomain";
import { FieldState, ObjectConfig, required, useFormState } from "src/index";

export function FormStateApp() {
const formState = useFormState({
Expand Down
Loading

0 comments on commit 11248cd

Please sign in to comment.