Skip to content

Commit 1083d40

Browse files
BackendExpertJehanKandyAnupa1998
committed
Update index.js
Co-Authored-By: JehanKandy <jehankandy@gmail.com> Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com>
1 parent 0798e88 commit 1083d40

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ if (type === 'loginSignUp') {
1818

1919
try {
2020
await fs.copy(source, destination);
21-
await fs.copy(sourceApp, destinationApp);
22-
await fs.copy(sourcePR, destinationPR);
23-
await fs.copy(sourceDash, destinationDash);
2421
console.log('The Login and SignUp templete Successfully Createed');
2522
} catch (err) {
2623
console.error('Error copying folder:', err);

0 commit comments

Comments
 (0)