Skip to content

Commit

Permalink
🐞 Fix: Module Import Error
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed May 12, 2023
1 parent 52ba783 commit ab15df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/ModalViewModule.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RNIModalViewModule } from 'src/native_modules/RNIModalViewModule';
import { RNIModalViewModule } from '../native_modules/RNIModalViewModule';
import * as Helpers from '../functions/helpers';

export class ModalViewModule {
Expand Down

0 comments on commit ab15df5

Please sign in to comment.