mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2026-03-22 16:05:50 +05:30
refactor: migrated to unified radix-ui package
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use client"
|
||||
|
||||
import * as React from "react"
|
||||
import * as ProgressPrimitive from "@radix-ui/react-progress"
|
||||
import { Progress as ProgressPrimitive } from "radix-ui"
|
||||
|
||||
import { cn } from "@/lib/utils"
|
||||
|
||||
@@ -33,4 +33,4 @@ const IndeterminateProgress = React.forwardRef<
|
||||
));
|
||||
IndeterminateProgress.displayName = ProgressPrimitive.Root.displayName;
|
||||
|
||||
export { IndeterminateProgress };
|
||||
export { IndeterminateProgress };
|
||||
|
||||
Reference in New Issue
Block a user