mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-12 15:45:02 +02:00
🐛 fix(dir): replace alias
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { motion } from 'framer-motion';
|
||||
import { MapPin, Users, Book } from 'lucide-react';
|
||||
import type { GithubUser } from '@/lib/github';
|
||||
import type { GithubUser } from '../../lib/github';
|
||||
|
||||
interface TeamMemberCardProps {
|
||||
user: GithubUser;
|
||||
|
@@ -1,7 +1,7 @@
|
||||
import { Link } from 'react-router-dom';
|
||||
import { Github, Twitter, Youtube, Book, MessageSquare, Newspaper, HelpCircle } from 'lucide-react';
|
||||
// import { Github, Twitter, Youtube, Book, MessageSquare, Newspaper, HelpCircle } from 'lucide-react';
|
||||
import { ContactSection } from './ContactSection';
|
||||
import { footerNavigation } from '@/data/footerNavigation';
|
||||
import { footerNavigation } from '../../../data/footerNavigation';
|
||||
|
||||
export function Footer() {
|
||||
const currentYear = new Date().getFullYear();
|
||||
|
Reference in New Issue
Block a user