Skip to content

Commit

Permalink
fix: default import
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceau committed Apr 14, 2021
1 parent fff0a62 commit 891425c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/realtimeFileReads.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { default: SlippiGame } = require("@slippi/slippi-js");
const { SlippiGame } = require("@slippi/slippi-js");
const chokidar = require("chokidar");
const _ = require("lodash");

Expand Down

0 comments on commit 891425c

Please sign in to comment.