diff --git a/pkgs/ui/src/app/machines/page.tsx b/pkgs/ui/src/app/machines/page.tsx
index 7b2e03521..9c89d605e 100644
--- a/pkgs/ui/src/app/machines/page.tsx
+++ b/pkgs/ui/src/app/machines/page.tsx
@@ -1,12 +1,10 @@
"use client";
import { NodeTable } from "@/components/table";
-import { StrictMode } from "react";
+
export default function Page() {
return (
-
-
-
+
);
}