Skip to content

Commit fc0c1fe

Browse files
fix: import error
1 parent b895a04 commit fc0c1fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

www/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
1313
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
1414
<script src="https://cdnjs.cloudflare.com/ajax/libs/eruda/3.4.1/eruda.min.js" integrity="sha512-3RVqOZtMevFOLeXCp0/Wl7np/l3J3MMysaFDUhNh+hdKx+Wb0lMXuHwA6CZ/+4DfYZM01Om1as8g+mnTaQH9vA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
15-
<script type="module" src="./res/plugins/AdMob.ts"></script>
15+
<script type="module" src="./res/plugins/admob.ts"></script>
16+
<script type="module" src="./res/plugins/push-notifications.ts"></script>
1617
</head>
1718
<body class="ui-cookie">
1819

0 commit comments

Comments
 (0)