Skip to content

Commit

Permalink
Make toast client component
Browse files Browse the repository at this point in the history
  • Loading branch information
gramliu committed Dec 5, 2023
1 parent c4ff284 commit 25f80b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/components/ui/toast.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"use client";
import * as React from "react"
import * as ToastPrimitives from "@radix-ui/react-toast"
import { cva, type VariantProps } from "class-variance-authority"
Expand Down

0 comments on commit 25f80b0

Please sign in to comment.