From 45b38c23a5dccced29a87334c8fa322bccae5b2f Mon Sep 17 00:00:00 2001 From: karamvir Date: Sat, 5 Aug 2023 22:06:40 -0700 Subject: [PATCH] add resource updates to build page --- frontend/src/resources/build/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/resources/build/index.tsx b/frontend/src/resources/build/index.tsx index 4cf00548e..24fe0921e 100644 --- a/frontend/src/resources/build/index.tsx +++ b/frontend/src/resources/build/index.tsx @@ -9,6 +9,7 @@ import { version_to_string } from "@util/helpers"; import { BuildInfo } from "./util"; import { Hammer } from "lucide-react"; import { ResourceCard } from "@layouts/card"; +import { ResourceUpdates } from "@components/updates/resource"; export const BuildPage = () => { const id = useParams().buildId; @@ -25,6 +26,7 @@ export const BuildPage = () => { } actions={} > + );