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