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

Commit

Permalink
Make sure we're using original src files in Demo app
Browse files Browse the repository at this point in the history
This is so we can get proper sourcemaps for better debugging
  • Loading branch information
Dom Harrington committed Sep 28, 2018
1 parent e960208 commit 8442a06
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');
const ApiExplorer = require('../../packages/api-explorer/src');
const Logs = require('../../packages/api-logs');
const ApiList = require('./ApiList');

Expand Down

0 comments on commit 8442a06

Please sign in to comment.