Skip to content

Commit

Permalink
bugfix: ERROR in ./node_modules/@capacitor-community/file-opener/dist…
Browse files Browse the repository at this point in the history
…/esm/index.js 3:0-30 (WIP)
  • Loading branch information
ryaa committed Oct 28, 2022
1 parent 0be0dec commit 36c3ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
@@ -1,8 +1,8 @@
import { registerPlugin } from '@capacitor/core';

import type { FileOpenerPlugin } from './definitions';
import type { FileOpenerPlugin } from './definitions.js';

const FileOpener = registerPlugin<FileOpenerPlugin>('FileOpener');

export * from './definitions';
export * from './definitions.js';
export { FileOpener };

0 comments on commit 36c3ab9

Please sign in to comment.