Skip to content

Commit 3e7694f

Browse files
BackendExpertJehanKandyAnupa1998
committed
Update
Co-Authored-By: JehanKandy <jehankandy@gmail.com> Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com>
1 parent 14c644c commit 3e7694f

File tree

3 files changed

+299
-4
lines changed

3 files changed

+299
-4
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
const fs = require('fs-extra');
44
const path = require('path');
55
const argv = require('yargs').argv;
6+
const inquirer = require('inquirer');
67

78
const source = argv.source || path.join(__dirname, 'LoginSignUp');
89
const destination = argv.destination || path.join(process.cwd(), 'src/components/LoginSignUp');

0 commit comments

Comments
 (0)