Fix format code style

This commit is contained in:
2023-11-01 11:11:29 +07:00
parent 117723df8c
commit e8457d8e2c
4 changed files with 19 additions and 16 deletions
+4 -1
View File
@@ -74,4 +74,7 @@ const ROOM_PAGE = {
],
}
export { USER_PAGE, ROOM_PAGE };
const VALUE = 'value';
const ERROR = 'error';
export { USER_PAGE, ROOM_PAGE, VALUE, ERROR };