Skip to content

Commit 6973130

Browse files
committed
Fix module not found warning.
1 parent 1df5fe7 commit 6973130

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/src/types/global.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@ declare module "*.css" {
5151
const classes: { readonly [key: string]: string };
5252
export default classes;
5353
}
54+
55+
declare module "mirador";
56+
declare module "mirador-annotations";
57+
declare module "mirador-annotations/lib/LocalStorageAdapter";

0 commit comments

Comments
 (0)