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