From 97a20053e7cbe9e1332bcd1eccbc9aee97967d61 Mon Sep 17 00:00:00 2001 From: Qubasa Date: Fri, 27 Oct 2023 19:26:51 +0200 Subject: [PATCH] Updated to main branch --- pkgs/ui/src/app/machines/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 ( - - - + ); }