Use a better notation for exporting JS components and functions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { fetchUtils } from 'react-admin'
|
||||
import baseUrl from '../utils/baseUrl'
|
||||
import { baseUrl } from '../utils'
|
||||
|
||||
const url = (command, id, options) => {
|
||||
const params = new URLSearchParams()
|
||||
|
||||
Reference in New Issue
Block a user