index
:
school/nodejs-final-assignment.git
this commit
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dto
/
auth
/
index.js
blob: aa1d435893361d1324ee6e2219a83d383680684c (
plain
) (
blame
)
1
2
export
*
from
'./AuthDto.js'
;
export
*
from
'./RegisterDto.js'
;