Align dataflow WebUI runtime dependencies

This commit is contained in:
2026-07-31 02:48:56 +02:00
parent e091042948
commit 8f0a9636f5
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ import {
type AuthInfo
} from "@govoplan/core-webui";
import { ReactFlowProvider } from "@xyflow/react";
import { useLocation } from "react-router-dom";
import { useLocation } from "react-router";
import {
compileDataflowSql,
cancelDataflowPipelineRun,
@@ -1,6 +1,6 @@
import { useCallback } from "react";
import { Waypoints } from "lucide-react";
import { Link } from "react-router-dom";
import { Link } from "react-router";
import {
DashboardWidgetList,
DismissibleAlert,