Skip to content

Commit c808f29

Browse files
committed
Fix lodash-es import
1 parent 3bcf08d commit c808f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/gestion-admin/porteurs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {useState, useEffect, useCallback, useContext} from 'react'
2-
import {orderBy} from 'lodash'
2+
import {orderBy} from 'lodash-es'
33

44
import {getCreators, addCreator} from '@/lib/suivi-pcrs.js'
55
import {normalizeSort} from '@/lib/string.js'

0 commit comments

Comments
 (0)