removed unused agent.ts
Taylor committed
Sep 4, 2023 at 09:06 UTC
c800cd4725dcc4d3930cd6cb9e92e5caa94760de
1 file changed
-7
src/api/agent.ts
deleted
-7
@@ -1,7 +0,0 @@
1
-import connectors from "./connectors"
2
-import agents from "./agents"
3
-
4
-export default {
5
- connectors,
6
- agents
7
-}