Skip to content

Commit

Permalink
fiks imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaegrov committed Dec 17, 2024
1 parent 68d6b5d commit 08106b6
Show file tree
Hide file tree
Showing 3 changed files with 1,164 additions and 747 deletions.
2 changes: 1 addition & 1 deletion app/components/opplysning/Opplysning.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { FormScope } from "@rvf/core";
import type { FormScope } from "@rvf/remix";

import { OpplysningBoolean } from "~/components/opplysning/OpplysningBoolean";
import { OpplysningDato } from "~/components/opplysning/OpplysningDato";
Expand Down
2 changes: 1 addition & 1 deletion app/utils/validering.util.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Validator } from "@rvf/core";
import type { Validator } from "@rvf/remix";
import { withZod } from "@rvf/zod";
import { z } from "zod";

Expand Down
Loading

0 comments on commit 08106b6

Please sign in to comment.