2021-04-30 10:33:36 +01:00
|
|
|
// Copyright (C) 2021 Storj Labs, Inc.
|
|
|
|
// See LICENSE for copying information.
|
|
|
|
|
|
|
|
module.exports = {
|
2022-03-29 15:18:11 +01:00
|
|
|
process () {
|
2022-11-04 11:57:05 +00:00
|
|
|
return `module.exports = { render: function(){ return this._c("svg") } }`;
|
|
|
|
},
|
|
|
|
};
|