Kraft102 commited on
Commit
b5a6eee
·
1 Parent(s): 77124bd

fix: add all missing lucide-react icon imports in Widgets.tsx

Browse files
apps/matrix-frontend/src/pages/Widgets.tsx CHANGED
@@ -106,7 +106,20 @@ import {
106
  DollarSign,
107
  Skull,
108
  Grid,
109
- Bug
 
 
 
 
 
 
 
 
 
 
 
 
 
110
  } from 'lucide-react';
111
  import MatrixRain from '@/components/MatrixRain';
112
  import CyberCard from '@/components/CyberCard';
 
106
  DollarSign,
107
  Skull,
108
  Grid,
109
+ Bug,
110
+ Network,
111
+ AlertCircle,
112
+ Eye,
113
+ FileLock,
114
+ Film,
115
+ Lightbulb,
116
+ Music,
117
+ Phone,
118
+ Podcast,
119
+ Power,
120
+ Scan,
121
+ Server,
122
+ Timer
123
  } from 'lucide-react';
124
  import MatrixRain from '@/components/MatrixRain';
125
  import CyberCard from '@/components/CyberCard';