11 lines
94 B
JavaScript
11 lines
94 B
JavaScript
|
|
const profile = {
|
||
|
|
type: "http"
|
||
|
|
}
|
||
|
|
|
||
|
|
const fetchApi = fetch
|
||
|
|
|
||
|
|
export {
|
||
|
|
profile,
|
||
|
|
fetchApi
|
||
|
|
}
|