We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229e044 commit 250eabcCopy full SHA for 250eabc
1 file changed
apps/local/src/routes/__root.tsx
@@ -2,6 +2,7 @@ import React from "react";
2
import { createRootRoute } from "@tanstack/react-router";
3
import { ExecutorProvider } from "@executor-js/react/api/provider";
4
import { ExecutorPluginsProvider } from "@executor-js/sdk/client";
5
+import { Toaster } from "@executor-js/react/components/sonner";
6
import { plugins as clientPlugins } from "virtual:executor/plugins-client";
7
import { Shell } from "../web/shell";
8
@@ -14,6 +15,7 @@ function RootComponent() {
14
15
<ExecutorProvider>
16
<ExecutorPluginsProvider plugins={clientPlugins}>
17
<Shell />
18
+ <Toaster />
19
</ExecutorPluginsProvider>
20
</ExecutorProvider>
21
);
0 commit comments