Skip to content

Commit

Permalink
Fix alt.js/babel issue
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-hh committed Nov 13, 2024
1 parent 694b93e commit c1ce835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/src/stores/alt/alt.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// alt initialization
const Alt = require('alt');
import Alt from 'alt/src';
const alt = new Alt();

module.exports = alt;
export default alt;

0 comments on commit c1ce835

Please sign in to comment.