Skip to content

Commit

Permalink
Group related lines together
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumos committed Aug 26, 2024
1 parent 6560b48 commit 3943f86
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions resources/js/bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import axios from 'axios';

window.axios = axios;

window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';

import * as Popper from '@popperjs/core'

window.Popper = Popper
window.Popper = Popper;

import 'bootstrap'

import {TempusDominus} from '@eonasdan/tempus-dominus';
Expand Down

0 comments on commit 3943f86

Please sign in to comment.