1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-03 00:33:22 +03:00

Fix a naming nit

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Šimon Brandner
2021-07-22 10:30:12 +02:00
committed by GitHub
parent 34f3e62f72
commit adc177b28f

4
src/@types/svg.d.ts vendored
View File

@@ -15,6 +15,6 @@ limitations under the License.
*/
declare module "*.svg" {
const content: string;
export default content;
const path: string;
export default path;
}