mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 13:38:51 +00:00
Format code style
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import { IDataState } from '@type/common';
|
||||
import { Dispatch, createContext } from 'react';
|
||||
|
||||
// Types
|
||||
import { IDataState } from '@type/common';
|
||||
|
||||
interface IUserRoomState {
|
||||
usersAvailable: IDataState[];
|
||||
roomsAvailable: IDataState[];
|
||||
|
||||
Reference in New Issue
Block a user