mirror of https://github.com/vector-im/riot-web
EventIndex: Rename the file to be consistent with the class.
parent
45e7aab41e
commit
b983eaa3f9
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import PlatformPeg from "./PlatformPeg";
|
import PlatformPeg from "./PlatformPeg";
|
||||||
import EventIndex from "./EventIndexing";
|
import EventIndex from "./EventIndex";
|
||||||
|
|
||||||
class EventIndexPeg {
|
class EventIndexPeg {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|
Loading…
Reference in New Issue