more pages
This commit is contained in:
10
src/pages/Bots.tsx
Normal file
10
src/pages/Bots.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { useAuthFetch } from "../authorization"
|
||||
|
||||
export function Bots() {
|
||||
var data = useAuthFetch("/bots", "GET")
|
||||
return (
|
||||
<div>
|
||||
{JSON.stringify(data)}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user