We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5984cda commit 78ab789Copy full SHA for 78ab789
src/components/Toast.js
@@ -1,7 +1,6 @@
1
import React, { useEffect } from 'react';
2
import { motion } from 'framer-motion';
3
import { XIcon } from '@phosphor-icons/react';
4
-import colors from '../config/colors';
5
6
const Toast = ({ id, title, message, duration = 3000, removeToast }) => {
7
useEffect(() => {
0 commit comments