Move comments back to correct location
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
d867ee1a50
commit
2112089146
2 changed files with 3 additions and 6 deletions
|
@ -13,14 +13,12 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
// @ts-ignore - `.ts` is needed here to make TS happy
|
||||
import { createClient, ICreateClientOpts } from "matrix-js-sdk/src/matrix";
|
||||
import { IndexedDBCryptoStore } from "matrix-js-sdk/src/crypto/store/indexeddb-crypto-store";
|
||||
import { WebStorageSessionStore } from "matrix-js-sdk/src/store/session/webstorage";
|
||||
import { IndexedDBStore } from "matrix-js-sdk/src/store/indexeddb";
|
||||
|
||||
import IndexedDBWorker from "../workers/indexeddb.worker.ts";
|
||||
import IndexedDBWorker from "../workers/indexeddb.worker.ts"; // @ts-ignore - `.ts` is needed here to make TS happy
|
||||
|
||||
const localStorage = window.localStorage;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue