Skip to content

Commit a3be3cd

Browse files
AmirMohammad CheraghaliAmirMohammad Cheraghali
authored andcommitted
fix(PublicPortfolio): remove unused Info import
1 parent d63b6fe commit a3be3cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/public/PublicPortfolio.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useEffect, useState } from 'react';
22
import { useParams, Link, useNavigate } from 'react-router-dom';
33
import { getPublicCollection, getDownloadUrl, type Collection, type Structure } from '../../lib/structuresService';
4-
import { Loader2, Folder, ExternalLink, Download, Globe, Beaker, Dna, Info } from 'lucide-react';
4+
import { Loader2, Folder, ExternalLink, Download, Globe, Beaker, Dna } from 'lucide-react';
55

66
// Re-use some constants for visual consistency
77
const COLOR_CLASSES: Record<string, string> = {

0 commit comments

Comments
 (0)