first commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export default function localImgLoad(location) {
|
||||
const img = require(`../assets/${location}`);
|
||||
return img;
|
||||
}
|
||||
Reference in New Issue
Block a user