Update structure code

This commit is contained in:
2023-11-05 20:42:03 +07:00
parent 0b9450a0ce
commit 61ec8e9f68
22 changed files with 149 additions and 174 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ import SortBy from '../../components/SortBy';
import OrderBy from '../../components/OrderBy';
// Types
import { Nullable, TRoom } from '../../globals/types';
import { Nullable } from '../../types/common';
import { TRoom } from '../../types/rooms';
// Constants
import { useFetch } from '../../hooks/useFetch';