Skip to content

Commit

Permalink
fix: invalid import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas committed Jan 13, 2025
1 parent 9a65e5e commit a60c821
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
import { client } from "@/lib/query-client";
import { queryKeys } from "@/lib/query-keys";

import { useFormValues } from "@/containers/projects/form";
import { useFormValues } from "@/containers/projects/form/project-form";
import { COLUMNS } from "@/containers/projects/form/restoration-plan/columns";
import { CreateCustomProjectForm } from "@/containers/projects/form/setup";

Expand Down

0 comments on commit a60c821

Please sign in to comment.