Skip to content

Commit 78ab789

Browse files
committed
chore: remove unused stuff
1 parent 5984cda commit 78ab789

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Toast.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React, { useEffect } from 'react';
22
import { motion } from 'framer-motion';
33
import { XIcon } from '@phosphor-icons/react';
4-
import colors from '../config/colors';
54

65
const Toast = ({ id, title, message, duration = 3000, removeToast }) => {
76
useEffect(() => {

0 commit comments

Comments
 (0)