fix: removed unused libs

This commit is contained in:
eshanized
2024-12-26 21:02:45 +05:30
parent 5f5b88b087
commit abdfafa9b8
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
import React from 'react';
import { Resume } from '../../types/resume';
import { Mail, Phone, MapPin, Globe, Linkedin, Github, Calendar, Award, Medal, Heart, Terminal } from 'lucide-react';
import { Phone, MapPin, Linkedin, Github, Calendar, Award, Medal, Terminal } from 'lucide-react';
export function TechTemplate({ resume }: { resume: Resume }) {
const { personalInfo } = resume;

View File

@@ -1,4 +1,3 @@
import React from 'react';
import { Resume } from '../../types/resume';
import { Mail, Phone, MapPin, Globe, Linkedin, Github, Calendar, Award, Medal, Heart } from 'lucide-react';