fixed imports from shared libary
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { ButtonHTMLAttributes, DetailedHTMLProps, useEffect, useState } from "react";
|
||||
import { cn } from "../../../helper/cn";
|
||||
import { cn } from "@repo/shared-components";
|
||||
|
||||
export const Button = ({
|
||||
isLoading,
|
||||
|
||||
Reference in New Issue
Block a user