Skip to content

Commit

Permalink
chore: quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brunotot committed Nov 26, 2024
1 parent c0b10da commit 1f2575b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { zod } from "@org/lib-commons";
import type { PaginationOptions, zod } from "@org/lib-commons";

import * as icons from "@mui/icons-material";
import * as mui from "@mui/material";
Expand All @@ -15,7 +15,7 @@ import { sigDirection } from "@org/app-vite-react/app/signals/sigDirection";
import { sigUser } from "@org/app-vite-react/app/signals/sigUser";
import { tsrClient, tsrQuery } from "@org/app-vite-react/lib/@ts-rest";
import { useZodForm } from "@org/app-vite-react/lib/react-hook-form";
import { type PaginationOptions, type UserDto } from "@org/lib-api-client";
import { type UserDto } from "@org/lib-api-client";
import { z } from "@org/lib-commons";
import React from "react";
import { useNavigate } from "react-router-dom";
Expand Down

0 comments on commit 1f2575b

Please sign in to comment.