mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-31 19:15:17 +02:00
Fix build errors
This commit is contained in:
parent
5bc1dc8b37
commit
9c712250fb
2 changed files with 5 additions and 1 deletions
|
|
@ -195,6 +195,8 @@ const App = forwardRef<{ handleCopyChat: () => void; handleUserMessage: (message
|
|||
);
|
||||
});
|
||||
|
||||
App.displayName = 'App';
|
||||
|
||||
export const Copilot = forwardRef<{ handleUserMessage: (message: string) => void }, {
|
||||
projectId: string;
|
||||
workflow: z.infer<typeof Workflow>;
|
||||
|
|
@ -301,3 +303,5 @@ export const Copilot = forwardRef<{ handleUserMessage: (message: string) => void
|
|||
);
|
||||
});
|
||||
|
||||
Copilot.displayName = 'Copilot';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue