|
|
|
@ -2,9 +2,9 @@ import { FC } from "react"; |
|
|
|
import { useSelector } from "react-redux"; |
|
|
|
import { Switch, Redirect, Route, useLocation } from "react-router-dom"; |
|
|
|
|
|
|
|
import ConnectPage from "components/ConnectPage"; |
|
|
|
import Header from "components/Header"; |
|
|
|
import ConnectPage from "containers/ConnectPage"; |
|
|
|
import Footer from "containers/Footer"; |
|
|
|
import Footer from "components/Footer"; |
|
|
|
import { roomListPath } from "modules/room/paths"; |
|
|
|
import RoomsPane from "modules/room/RoomsPane"; |
|
|
|
import { userListPath } from "modules/user/paths"; |
|
|
|
|