blob: 0eb1571865b85c4208439ec623fcf363ef532336 [file] [log] [blame]
(function() {
'use strict';
Polymer({
is: 'gr-checks-configure-link',
properties: {
configurePath: String,
},
});
})();