feat: switch to new toast provider

This commit is contained in:
Aarnav Tale
2025-01-28 16:06:41 -05:00
parent a19eb6bcda
commit 2c8880c84d
8 changed files with 151 additions and 49 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { CopyIcon } from '@primer/octicons-react';
import { toast } from './Toaster';
import toast from '~/utils/toast';
interface Props {
name: string;