Implement React
This commit is contained in:
parent
5ec7cd193e
commit
c72d2fbdf8
14 changed files with 787 additions and 57 deletions
|
@ -1,4 +1,5 @@
|
|||
// Standard variation
|
||||
import fetch from "node-fetch"
|
||||
|
||||
export async function api<T>(url: string): Promise<T> {
|
||||
return fetch(url)
|
||||
.then(response => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue