fixed ts typing error

This commit is contained in:
2023-02-20 16:04:25 -05:00
parent bbde1bcc3f
commit 720c28e839
Vendored
+4
View File
@@ -0,0 +1,4 @@
declare module '*.jpg?width=600&webp' {
const out;
export default out;
}