Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
loadash to lodash
  • Loading branch information
Aslam97 authored Jan 24, 2024
1 parent ec7d9f3 commit d1916af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import loadash from 'lodash';
import lodash from 'lodash';

import * as Popper from '@popperjs/core';

Expand All @@ -10,7 +10,7 @@ import * as Popper from '@popperjs/core';

import axios from 'axios';

window._ = loadash;
window._ = lodash;
window.Popper = Popper;
window.axios = axios;

Expand Down

0 comments on commit d1916af

Please sign in to comment.