Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil307 committed Aug 15, 2023
1 parent 5d80ae9 commit a7e1a50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/features/editRoom/ui/EditRoomForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { IRoom } from '../../../entities/room/api/models';
import { EditThunk } from '../model';
import { DeleteThunk } from '../model/delete';
import { observer } from 'mobx-react-lite';
import { AddUserThunk } from '../../../entities/user/api/addUser';
import userState from '../../../pages/Lobby/store/userState';
import styled from 'styled-components';
import LobbyFormLayout from '../../../widgets/layout/LobbyFormLayout';
import Input from '../../../shared/ui/Input';
Expand Down

0 comments on commit a7e1a50

Please sign in to comment.