This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/components/private-message-glyph.js.es6

9 lines
145 B
JavaScript

import Component from "@ember/component";
export default Component.extend({
tagName: null,
href: null,
title: null,
ariaLabel: null
});