Commit d215c73d authored by d.arizona's avatar d.arizona

tuh

parent 0de5395d
......@@ -3,3 +3,8 @@ declare module "*.svg" {
const content: any;
export default content;
}
declare module "*.png" {
const value: any;
export default value;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment