Skip to content

Commit

Permalink
Fix coding style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Silabalkan committed Dec 3, 2024
1 parent 21a737d commit 2646019
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion resources/js/bootstrap.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import _ from 'lodash'
import axios from 'axios'

// window için tür tanımlama
declare global {
interface Window {
_: typeof _
Expand Down
3 changes: 1 addition & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ export default ({ mode }) => {
}),
],
})
}

}

0 comments on commit 2646019

Please sign in to comment.