9d3c886f35
Change-Id: If575d8d9b481476203cc08c80d95d49273d45c29
8 lines
205 B
JavaScript
8 lines
205 B
JavaScript
// Copyright (C) 2021 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
module.exports = {
|
|
process () {
|
|
return `module.exports = { render: function(){ return this._c("svg") } }`
|
|
}
|
|
} |