📝 docs: add more tools in the list

This commit is contained in:
RiO
2024-12-25 06:19:35 +05:30
parent 6f07a4a18d
commit 5784e6615a
2 changed files with 280 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
import { useState, useMemo } from 'react';
import { motion } from 'framer-motion';
import { SearchBar } from '@/components/features/SearchBar';
import { CategoryFilter } from '@/components/features/CategoryFilter';
import { ToolCard } from '@/components/features/ToolCard';
import { tools, categories } from '@/data/tools';
import { SearchBar } from '../components/features/SearchBar';
import { CategoryFilter } from '../components/features/CategoryFilter';
import { ToolCard } from '../components/features/ToolCard';
import { tools, categories } from '../data/tools';
export default function Features() {
const [searchQuery, setSearchQuery] = useState('');