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