Skip to content

Commit 748876e

Browse files
ci: apply automated fixes
1 parent 4377825 commit 748876e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

examples/ts-vue-start-chat/src/routes/__root.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ function RootComponent() {
5858
id: 'tanstack-router',
5959
component: TanStackRouterDevtoolsPanelInProd,
6060
},
61-
{
62-
name: 'TanStack AI',
63-
id: 'tanstack-ai',
64-
component: AiDevtoolsPanelInProd,
65-
}
61+
{
62+
name: 'TanStack AI',
63+
id: 'tanstack-ai',
64+
component: AiDevtoolsPanelInProd,
65+
},
6666
]}
6767
eventBusConfig={{
6868
connectToServerBus: true,

packages/typescript/vue-ai-devtools/src/AiDevtoolsPanelInProd.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ export const AiDevtoolsPanelInProd = defineComponent({
3232
})
3333
},
3434
})
35-

0 commit comments

Comments
 (0)