Skip to content

Commit

Permalink
Merge branch 'backend-frontend-spliting'
Browse files Browse the repository at this point in the history
  • Loading branch information
xkid1 committed Feb 13, 2024
2 parents 0bf4998 + 3fd7145 commit 34d0a38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions src/js-pbkdf2-be.ts
@@ -1,3 +1,9 @@
export class JSPBKDF2Back {
/**
* Class for backend
*/

export class Pbkdf2BE {
constructor() {
//
}
}
}
4 changes: 2 additions & 2 deletions src/js-pbkdf2-fe.ts
@@ -1,3 +1,3 @@
export class JSPBKDF2Front {
//
}
//
}

0 comments on commit 34d0a38

Please sign in to comment.