This commit is contained in:
Half-Shot 2025-06-03 13:41:57 +01:00
parent 0a9dffb132
commit 546861811c
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
```ts
import { JSX } from 'react';
import { MatrixEvent } from 'matrix-js-sdk';
import { MatrixEvent } from 'matrix-js-sdk/lib/matrix';
import { ModuleApi } from '@matrix-org/react-sdk-module-api';
import { Root } from 'react-dom/client';
import { RuntimeModule } from '@matrix-org/react-sdk-module-api';

View File

@ -6,7 +6,7 @@ Please see LICENSE files in the repository root for full details.
*/
import type { JSX } from "react";
import type { MatrixEvent } from "matrix-js-sdk";
import type { MatrixEvent } from "matrix-js-sdk/lib/matrix";
/**
* Properties for all message components.