File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /*
2+ * SPDX-FileCopyrightText: 2025 SAP SE or an SAP affiliate company and Juno contributors
3+ * SPDX-License-Identifier: Apache-2.0
4+ */
5+
16import { createRootRouteWithContext , Outlet } from "@tanstack/react-router"
27import { QueryClient } from "@tanstack/react-query"
38import { AppProps } from "../App"
Original file line number Diff line number Diff line change 1+ /*
2+ * SPDX-FileCopyrightText: 2025 SAP SE or an SAP affiliate company and Juno contributors
3+ * SPDX-License-Identifier: Apache-2.0
4+ */
5+
16import React from "react"
27import { createFileRoute } from "@tanstack/react-router"
38import Plugin from "../components/Plugin"
Original file line number Diff line number Diff line change 1+ /*
2+ * SPDX-FileCopyrightText: 2025 SAP SE or an SAP affiliate company and Juno contributors
3+ * SPDX-License-Identifier: Apache-2.0
4+ */
5+
16import React , { useEffect } from "react"
27import { Outlet , createRootRouteWithContext } from "@tanstack/react-router"
38import { useActions } from "@cloudoperators/juno-messages-provider"
Original file line number Diff line number Diff line change 1+ /*
2+ * SPDX-FileCopyrightText: 2025 SAP SE or an SAP affiliate company and Juno contributors
3+ * SPDX-License-Identifier: Apache-2.0
4+ */
5+
16import React from "react"
27import { createFileRoute , useNavigate } from "@tanstack/react-router"
38import { usePlugin } from "../components/StoreProvider"
You can’t perform that action at this time.
0 commit comments