Skip to content

Commit

Permalink
Fix pr #353: Fix issue #113: Skill Tree
Browse files Browse the repository at this point in the history
  • Loading branch information
openhands-agent committed Jan 30, 2025
1 parent 850fa75 commit 19176a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/components/ui/skill-tree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, D
import { Tabs, TabsContent, TabsList, TabsTrigger } from "./tabs";
import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "./tooltip";
import { toast } from "./use-toast";
import { api } from "@/trpc/client";
import { api } from "@/app/_trpc/client";
import type { SkillTreeTier } from "@/validators/skillTree";
import type { RouterOutputs } from "@/trpc/shared";
import type { RouterOutputs } from "@/app/_trpc/client";

type SkillTree = RouterOutputs["skillTree"]["get"];

Expand Down

0 comments on commit 19176a9

Please sign in to comment.