Skip to content

Commit 00423fa

Browse files
committed
Fix lint
1 parent 59858ae commit 00423fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/map/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {createRoot} from 'react-dom/client'
1+
import {createRoot} from 'react-dom/client' // eslint-disable-line n/file-extension-in-import
22
import {useEffect, useRef, useState, useCallback} from 'react'
33
import PropTypes from 'prop-types'
44
import {filter, some, debounce, flatMap, uniq, deburr} from 'lodash-es'

0 commit comments

Comments
 (0)