Skip to content

Commit b69a111

Browse files
committed
minor fixes
1 parent e01f1af commit b69a111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Footer/TopFooter.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { useState } from 'react';
22
import { ArrowRight } from 'lucide-react';
33
import { Link } from 'react-router';
4-
import { toast } from 'react-toastify';
4+
import { toast } from 'react-toastify';
55

66
const customerCare = [
77
{ name: 'My Account', href: '/login' },

0 commit comments

Comments
 (0)