UI: Added /nodes page
This commit is contained in:
17
pkgs/ui/src/app/nodes/page.tsx
Normal file
17
pkgs/ui/src/app/nodes/page.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
"use client"
|
||||
|
||||
import { StrictMode } from "react";
|
||||
import NodeList from "./NodeList";
|
||||
|
||||
import Box from "@mui/material/Box";
|
||||
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<Box>
|
||||
|
||||
|
||||
<NodeList />
|
||||
</Box>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user