delint imports
This commit is contained in:
parent
4765216280
commit
83d223475b
12 changed files with 60 additions and 60 deletions
|
@ -16,8 +16,8 @@ limitations under the License.
|
|||
|
||||
import { createContext } from "react";
|
||||
|
||||
import {IState} from "../components/structures/RoomView";
|
||||
import {Layout} from "../settings/Layout";
|
||||
import { IState } from "../components/structures/RoomView";
|
||||
import { Layout } from "../settings/Layout";
|
||||
|
||||
const RoomContext = createContext<IState>({
|
||||
roomLoading: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue