Skip to content

Commit

Permalink
Module not found issue fixed. (#3)
Browse files Browse the repository at this point in the history
* Unnecessary require removed.

* "helpers" folder added.
  • Loading branch information
anikghosh256 authored Apr 23, 2023
1 parent 52323ee commit 1f0314f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1,139 deletions.
1 change: 0 additions & 1 deletion cmds/create.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const { copy } = require('../helpers/file');
const path = require('path');
const chalk = require('chalk');
const fs = require('fs');
Expand Down
Loading

0 comments on commit 1f0314f

Please sign in to comment.