mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-17 10:05:03 +02:00
📝 docs: add more tools in the list
This commit is contained in:
@@ -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('');
|
||||
|
Reference in New Issue
Block a user