LFFE-14 Create test for first page

This commit is contained in:
AmirHossein Mahmoodi
2023-11-05 11:50:41 +03:30
parent 46d6dc6bb6
commit 374c6a4d6b
9 changed files with 115 additions and 29 deletions

View File

@@ -1 +1,5 @@
export const handler = [];
import {userHandler} from "./handlers/user";
export const handler = [
...userHandler
];