Appease the linters

pull/21833/head
Travis Ralston 2020-07-29 20:47:32 -06:00
parent c5574219bb
commit e3765ea8c5
2 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,7 @@ limitations under the License.
// We don't use variables on the colours because we want it to be the same
// in all themes.
background-color: #17191C;
background-color: #17191c;
color: #fff;
}
}

View File

@ -14,7 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import { EventEmitter } from "events";
import { CachedEcho } from "./CachedEcho";
import { Room } from "matrix-js-sdk/src/models/room";
import { RoomCachedEcho } from "./RoomCachedEcho";