Skip to content

Commit

Permalink
Add explicit extension to oauth handler imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed Aug 29, 2023
1 parent c6f3b74 commit 9b2612b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openapi-explorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -852,5 +852,5 @@ export default class OpenApiExplorer extends LitElement {
if (!customElements.get('openapi-explorer')) {
customElements.define('openapi-explorer', OpenApiExplorer);
}
import './openapi-explorer-oauth-handler';
import './openapi-explorer-oauth-handler.js';

0 comments on commit 9b2612b

Please sign in to comment.