export user repository

This commit is contained in:
Mads Rasmussen
2023-09-21 15:04:28 +02:00
parent 2b4f414b37
commit d9a92fcda1
2 changed files with 2 additions and 0 deletions

View File

@@ -1 +1,2 @@
export * from './types.js';
export * from './repository/index.js';

View File

@@ -0,0 +1 @@
export * from './user.repository.js';