Clean up imports and other minor lints

This commit is contained in:
Travis Ralston 2020-05-11 16:12:45 -06:00
parent df3d5c4159
commit 9f0810240f
6 changed files with 7 additions and 10 deletions

View file

@ -23,6 +23,7 @@ export enum DefaultTagID {
DM = "im.vector.fake.direct",
ServerNotice = "m.server_notice",
}
export const OrderedDefaultTagIDs = [
DefaultTagID.Invite,
DefaultTagID.Favourite,