Skip to content

Commit b9da886

Browse files
committed
fix: fix build error
1 parent 1842200 commit b9da886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/app/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ interface IconProps extends Partial<React.SVGProps<SVGSVGElement>> {
7171
size?: string | number;
7272
}
7373

74-
export const Logo = ({
74+
const Logo = ({
7575
color = "currentColor",
7676
size = 16,
7777
...rest

0 commit comments

Comments
 (0)