Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.

Commit

Permalink
fix: cannot compile
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Aug 26, 2022
1 parent 35af079 commit 1ee437a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { Spotify as default } from "./plugin";
export { Spotify } from "./plugin";
export = Spotify;
export default Spotify;

0 comments on commit 1ee437a

Please sign in to comment.