Skip to content

Commit

Permalink
fix: fixing AsyncAPI rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Jan 13, 2021
1 parent 13370a4 commit b87f7b4
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 188 deletions.
3 changes: 2 additions & 1 deletion demo/demo-base.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import { html, render } from 'lit-html';
import '@advanced-rest-client/xhr-simple-request/xhr-simple-request.js';
import '@api-components/api-request/xhr-simple-request.js';
import '@advanced-rest-client/oauth-authorization/oauth1-authorization.js';
import '@advanced-rest-client/oauth-authorization/oauth2-authorization.js';
import '@polymer/paper-toast/paper-toast.js';
import './helpers/loader-screen.js';
import './helpers/upload-api-screen.js';
import './helpers/api-file-selector.js';
import './helpers/api-selector.js';

const apiCache = new WeakMap();

export class DemoBase {
Expand Down
Loading

0 comments on commit b87f7b4

Please sign in to comment.