Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Use the dist/ version of the api-explorer
Browse files Browse the repository at this point in the history
Should hopefully speed up demo app builds
  • Loading branch information
Dom Harrington committed Sep 27, 2018
1 parent 5782442 commit 8e731c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/Demo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const extensions = require('../../packages/oas-extensions/');

const withSpecFetching = require('./SpecFetcher');

const ApiExplorer = require('../../packages/api-explorer/src');
const ApiExplorer = require('../../packages/api-explorer');
const Logs = require('../../packages/api-logs');
const ApiList = require('./ApiList');

Expand Down

0 comments on commit 8e731c4

Please sign in to comment.