Skip to content

Commit

Permalink
Update import to work with new typescript dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
diingus committed Aug 26, 2020
1 parent 71088a6 commit 1f79e48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
import api from '@bitwave/chat-client';
import _api from '@bitwave/chat-client';
const api = _api.default;
import $log from './log.mjs';
import { functional, helpers } from './helpers.mjs';

Expand Down

0 comments on commit 1f79e48

Please sign in to comment.