Skip to content

Commit

Permalink
Fix missed import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstotsky committed Oct 20, 2023
1 parent 48f483e commit a2095d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/LangMenu/LangMenu.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React from 'react'
import _map from 'lodash/map'
import _keys from 'lodash/keys'

import Select from 'ui/Select'
Expand Down

0 comments on commit a2095d5

Please sign in to comment.