fix(security & web): Enforce strict ApiKeyGuard and fix missing Gauge import in App.tsx

This commit is contained in:
Hamza-Ayed
2026-08-21 00:07:34 +03:00
parent 50ecf9bfbf
commit d7119a53eb
2 changed files with 8 additions and 20 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import React, { useState, useEffect } from 'react';
import MapComponent from './components/MapComponent';
import { Navigation, Compass, Activity, BarChart3, MapPin, Eye, Shield } from 'lucide-react';
import { Navigation, Compass, Activity, BarChart3, MapPin, Eye, Shield, Gauge, Clock } from 'lucide-react';
import { decodePolyline } from './utils/polyline';
import WeatherPanel from './components/WeatherPanel';
import { LineOfSightTool } from './components/LineOfSightTool';