Skip to content

Commit

Permalink
Merge pull request #268 from ploi/remove-axios
Browse files Browse the repository at this point in the history
Remove axios
  • Loading branch information
Cannonb4ll authored Jan 29, 2024
2 parents 632f26a + 8a913b0 commit 30a5e8a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
30 changes: 0 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@tailwindcss/typography": "^0.5.2",
"alpinejs": "^3.10.2",
"autoprefixer": "^10.4.7",
"axios": "^0.25.0",
"laravel-vite-plugin": "^1.0.1",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
Expand Down
2 changes: 0 additions & 2 deletions resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ Livewire.start()


import Tribute from "tributejs";
import axios from 'axios';

window.axios = axios;
window.Tribute = Tribute;

0 comments on commit 30a5e8a

Please sign in to comment.