Skip to content

Commit

Permalink
🏗️ Safer import of JS files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Mar 6, 2020
1 parent a06a24e commit 605db07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Resources/Private/Assets/Main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import './Audio';
import './Video';
import './Vimeo';
import './Youtube';
import './Audio/index.js';
import './Video/index.js';
import './Vimeo/index.js';
import './Youtube/index.js';

0 comments on commit 605db07

Please sign in to comment.