Updated to main branch
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
"use client";
|
||||
|
||||
import { NodeTable } from "@/components/table";
|
||||
import { StrictMode } from "react";
|
||||
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<StrictMode>
|
||||
<NodeTable />
|
||||
</StrictMode>
|
||||
<NodeTable />
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user