We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01f1af commit b69a111Copy full SHA for b69a111
1 file changed
src/components/Footer/TopFooter.jsx
@@ -1,7 +1,7 @@
1
import { useState } from 'react';
2
import { ArrowRight } from 'lucide-react';
3
import { Link } from 'react-router';
4
-import { toast } from 'react-toastify';
+import { toast } from 'react-toastify';
5
6
const customerCare = [
7
{ name: 'My Account', href: '/login' },
0 commit comments