Updated to main branch

This commit is contained in:
Qubasa
2023-10-27 19:26:51 +02:00
parent d8539b2bed
commit 97a20053e7

View File

@@ -1,12 +1,10 @@
"use client";
import { NodeTable } from "@/components/table";
import { StrictMode } from "react";
export default function Page() {
return (
<StrictMode>
<NodeTable />
</StrictMode>
<NodeTable />
);
}