mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-27 09:21:55 +02:00
Fix a naming nit
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
34f3e62f72
commit
adc177b28f
4
src/@types/svg.d.ts
vendored
4
src/@types/svg.d.ts
vendored
@ -15,6 +15,6 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
declare module "*.svg" {
|
||||
const content: string;
|
||||
export default content;
|
||||
const path: string;
|
||||
export default path;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user