Skip to content

Commit

Permalink
fix: cn for button
Browse files Browse the repository at this point in the history
  • Loading branch information
mvriu5 committed Jul 31, 2024
1 parent 9fb4924 commit 02cfa78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/button.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use client";

import React, {ButtonHTMLAttributes, ReactNode} from "react";
import {cn} from "@/lib/utlis";
import {cn} from "@/component/toast";

interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
title: string;
Expand Down

0 comments on commit 02cfa78

Please sign in to comment.