Skip to content
Snippets Groups Projects
Select Git revision
  • 8a9b31335caa8164dcf8cea33aacce54ff88ac6f
  • master default protected
2 results

Img.js

Blame
  • Forked from an inaccessible project.
    Img.js 157 B
    import Component from './Components.js';
    
    export default class Img extends Component {
    	constructor(img) {
    		super('img', { name: 'src', value: img });
    	}
    }