Skip to content

Commit 0182b19

Browse files
style: auto-fix formatting
1 parent ac88962 commit 0182b19

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

showcase/shell-docs/src/components/icons/framework-icons.tsx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,7 @@ const AgnoIcon = wrap(
111111
d="M12.8184 0H4.63127V2.9279H10.8196L16.0933 17.2121H19.5L12.8184 0Z"
112112
fill="currentColor"
113113
/>
114-
<path
115-
d="M8.38314 14.2843H0V17.2122H8.38314V14.2843Z"
116-
fill="currentColor"
117-
/>
114+
<path d="M8.38314 14.2843H0V17.2122H8.38314V14.2843Z" fill="currentColor" />
118115
</>,
119116
);
120117

@@ -228,10 +225,7 @@ const SpringIcon = wrap(
228225
/>,
229226
);
230227

231-
const FRAMEWORK_ICONS: Record<
232-
string,
233-
React.ComponentType<IconProps>
234-
> = {
228+
const FRAMEWORK_ICONS: Record<string, React.ComponentType<IconProps>> = {
235229
"langgraph-python": LanggraphIcon,
236230
"langgraph-typescript": LanggraphIcon,
237231
"langgraph-fastapi": LanggraphIcon,

0 commit comments

Comments
 (0)