Skip to content

Commit

Permalink
create: user module file
Browse files Browse the repository at this point in the history
  • Loading branch information
adiCacti committed May 12, 2022
1 parent fb43a9b commit e5a1ef3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/user/user.module.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { Module } from '@nestjs/common';

@Module({})
export class UserModule {}

0 comments on commit e5a1ef3

Please sign in to comment.