Skip to content

Commit 8efb91c

Browse files
committed
feat: integrating ai generation watcher
1 parent 382756e commit 8efb91c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/app/layout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import {GraphQLFormattedError} from "graphql/error";
2323
import {addIslandErrorNotification} from "@code0-tech/pictor/dist/components/island/Island.hook";
2424
import {createConsumer} from "@rails/actioncable";
2525
import ActionCableLink from "graphql-ruby-client/subscriptions/ActionCableLink";
26+
import {AIGenerationWatcherComponent} from "@edition/ai/components/AIGenerationWatcherComponent";
2627

2728
/**
2829
* Load the Inter font with Latin subset and swap display strategy
@@ -222,6 +223,7 @@ export default function RootLayout({children}: Readonly<{ children: React.ReactN
222223
<Suspense fallback={"loading..."}>
223224
<ApolloProvider client={client}>
224225
<Toaster position={"top-right"}/>
226+
<AIGenerationWatcherComponent/>
225227
{children}
226228
</ApolloProvider>
227229
</Suspense>

0 commit comments

Comments
 (0)