Improvements in skill tree

This commit is contained in:
ITQ
2024-04-03 01:15:42 +03:00
parent 2f8fcdcc93
commit 0bbc99c927
13 changed files with 511 additions and 60 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
import * as React from "react"
import * as SwitchPrimitives from "@radix-ui/react-switch"
import { cn } from "../../../../lib/utils"
import { cn } from "../../../lib/utils"
const Switch = React.forwardRef<
React.ElementRef<typeof SwitchPrimitives.Root>,