"use client"; import { NodeTable } from "@/components/table"; import { StrictMode } from "react"; export default function Page() { return ( ); }