🐛 Add debug console logs to troubleshoot deployment
This commit is contained in:
@@ -3,6 +3,7 @@ import { Search, Code, Link2, FileText, Hash, RefreshCw, GitCompare, Type, Edit3
|
||||
import ToolCard from '../components/ToolCard';
|
||||
|
||||
const Home = () => {
|
||||
console.log('🏠 NEW Home component loaded - Object Editor should be visible!');
|
||||
const [searchTerm, setSearchTerm] = useState('');
|
||||
|
||||
const tools = [
|
||||
|
||||
Reference in New Issue
Block a user