+ ) : null}
);
}
diff --git a/webui/src/components/PageActionBar.tsx b/webui/src/components/PageActionBar.tsx
index 9a50c5e..69a4c6b 100644
--- a/webui/src/components/PageActionBar.tsx
+++ b/webui/src/components/PageActionBar.tsx
@@ -1,11 +1,24 @@
+import { RefreshCw } from "lucide-react";
import type { ButtonHTMLAttributes, HTMLAttributes, ReactNode } from "react";
import type { PlatformInterfaceIdentityProps } from "../types";
-import ActionToolbar, { ToolbarGroup } from "./ActionToolbar";
+import ActionToolbar, { ToolbarGroup, type ActionToolbarDensity, type ActionToolbarSurface } from "./ActionToolbar";
import Button from "./Button";
+import { useUnsavedChanges } from "./UnsavedChangesContext";
+
+export type PageReloadAction = Omit