mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-16 11:25:48 -07:00
Removed Legacy Server Codebase
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
import React from "react";
|
||||
import DeviceList from "./Device_List.jsx";
|
||||
|
||||
export default function AgentDevices(props) {
|
||||
return (
|
||||
<DeviceList
|
||||
{...props}
|
||||
filterMode="agent"
|
||||
title="Agent Devices"
|
||||
showAddButton={false}
|
||||
/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user