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
+2 -2
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;
}