Skip to content

Commit

Permalink
avniproject/avni-product#1561 | import _ from "lodash" where missing
Browse files Browse the repository at this point in the history
  • Loading branch information
1t5j0y committed Mar 29, 2024
1 parent ef87fd1 commit 9d85038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/openchs-android/src/ServerUrlConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Colors from './views/primitives/Colors';
const App = require('./App').default;
import AsyncStorage from '@react-native-async-storage/async-storage';
import { getJSON } from './framework/http/requests';
import _ from "lodash";

class ServerUrlConfiguration extends Component {
constructor(props) {
Expand Down

0 comments on commit 9d85038

Please sign in to comment.