Fix a naming nit
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
34f3e62f72
commit
adc177b28f
|
@ -15,6 +15,6 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
declare module "*.svg" {
|
||||
const content: string;
|
||||
export default content;
|
||||
const path: string;
|
||||
export default path;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue