Skip to content

Commit

Permalink
Updated import
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatnema committed Mar 29, 2024
1 parent 55feac3 commit 6c5bd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tools/Filters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { Language, Technology, VisibleDataListType } from '@/types/componen

import tags from '../../config/all-tags.json';
import ToolFilter, { ToolFilterContext } from '../../context/ToolFilterContext';
import categoryList from '../../scripts/tools/categorylist';
import { categoryList } from '../../scripts/tools/categorylist';
import Data from '../../scripts/tools/tools-schema.json';
import Button from '../buttons/Button';
import ArrowDown from '../icons/ArrowDown';
Expand Down

0 comments on commit 6c5bd6f

Please sign in to comment.