Skip to content

Commit

Permalink
fix: relative import -> absolute
Browse files Browse the repository at this point in the history
Co-authored-by: Gui <[email protected]>
  • Loading branch information
39bytes and LatentDream authored Apr 29, 2024
1 parent 5ce12b4 commit b3f03e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/unit/swap-unit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import {
import { typeboxResolver } from "@hookform/resolvers/typebox";
import { useMutation, useQuery, useQueryClient } from "@tanstack/react-query";
import { Edit } from "lucide-react";
import { Combobox } from "../ui/combobox";
import { Combobox } from "@/components/ui/combobox";

type FormSchema = SwapUnitComponent;

Expand Down

0 comments on commit b3f03e0

Please sign in to comment.