Remove a bunch of useless 'use strict' definitions

This commit is contained in:
Travis Ralston 2021-03-08 20:26:08 -07:00
parent b12cf7912a
commit 591ccabab9
11 changed files with 0 additions and 22 deletions

View file

@ -1,5 +1,3 @@
"use strict";
import React from 'react';
import {MatrixClientPeg as peg} from '../src/MatrixClientPeg';
import dis from '../src/dispatcher/dispatcher';