Skip to content

Commit

Permalink
fix: forgotten icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ourai committed Feb 12, 2025
1 parent 98b3486 commit 49b659a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"class-variance-authority": "^0.7.1",
"clsx": "^1.2.1",
"copy-to-clipboard": "^3.3.3",
"daisyui": "^4.4.23",
"dayjs": "^1.11.7",
"file-saver": "^2.0.5",
"framer-motion": "^10.16.4",
Expand Down Expand Up @@ -126,6 +125,7 @@
"astro": "4.16.7",
"autoprefixer": "^10.4.12",
"cross-env": "7.0.3",
"daisyui": "4.12.10",
"eslint": "^8.7.0",
"eslint-config-next": "^13.1.1",
"eslint-plugin-headers": "1.2.1",
Expand Down
1 change: 1 addition & 0 deletions src/shared/components/icon/solid.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ export {
CheckIcon, CheckCircleIcon, PlusIcon, PlusCircleIcon, MinusCircleIcon,
XMarkIcon,
PlayCircleIcon,
Bars3Icon,
} from '@heroicons/react/20/solid';

0 comments on commit 49b659a

Please sign in to comment.