fix(build): type errors with revolt-api

This commit is contained in:
Paul Makles
2022-01-15 13:41:02 +00:00
parent 2c5467c189
commit b5189a769f
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ import {
runInAction,
} from "mobx";
import { Client } from "revolt.js";
import { UserSettings } from "revolt.js/node_modules/revolt-api/types/Sync";
import { UserSettings } from "revolt-api/types/Sync";
import { mapToRecord } from "../../lib/conversion";