3 lines
61 B
JavaScript
3 lines
61 B
JavaScript
|
|
export default (path)=> {
|
||
|
|
return `/static/images/${path}`
|
||
|
|
}
|