2022-04-06 16:51:04 +01:00
|
|
|
// Copyright (C) 2021 Storj Labs, Inc.
|
2020-04-16 15:18:35 +01:00
|
|
|
// See LICENSE for copying information.
|
|
|
|
|
|
|
|
module.exports = {
|
2022-04-06 16:51:04 +01:00
|
|
|
process () {
|
|
|
|
return `module.exports = { render: function(){ return this._c("svg") } }`
|
|
|
|
}
|
|
|
|
}
|