Skip to content

Commit

Permalink
fix: amend import
Browse files Browse the repository at this point in the history
  • Loading branch information
neodmy committed Dec 11, 2023
1 parent 2a93639 commit 0f3ca88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const path = require('path');
const Conf = require('packages/@guidesmiths/cuckoojs-schematics/src/systemic-scaffolding/files/src/components/config/confabulous');
const Conf = require('confabulous');

module.exports = ({ confabulous } = {}) => {
const Confabulous = confabulous || Conf;
Expand Down

0 comments on commit 0f3ca88

Please sign in to comment.