File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ import {GraphQLFormattedError} from "graphql/error";
2323import { addIslandErrorNotification } from "@code0-tech/pictor/dist/components/island/Island.hook" ;
2424import { createConsumer } from "@rails/actioncable" ;
2525import 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 >
You can’t perform that action at this time.
0 commit comments