Skip to content

Commit 42f1cb0

Browse files
committed
⬆️
1 parent 8b3fc7d commit 42f1cb0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

apps/www/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"framer-motion": "10.12.20",
109109
"jotai": "^2.2.2",
110110
"lodash.template": "^4.5.0",
111-
"lucide-react": "^0.260.0",
111+
"lucide-react": "0.260.0",
112112
"next": "13.4.9",
113113
"next-contentlayer": "0.3.4",
114114
"next-themes": "^0.2.1",

apps/www/src/components/icons.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,10 @@ import {
7676
Unlink,
7777
WrapText,
7878
X,
79-
type Icon as LucideIcon,
8079
} from 'lucide-react';
8180

81+
import type { LucideIcon } from 'lucide-react';
82+
8283
export type Icon = LucideIcon;
8384

8485
const borderAll = (props: LucideProps) => (

0 commit comments

Comments
 (0)