First cut of rendering match elements
This is currently broken, but a starting point for further work.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import _ from 'lodash';
|
||||
import Base from './base.js';
|
||||
|
||||
export default _.extend({}, Base, {
|
||||
type: 'charset'
|
||||
});
|
||||
Reference in New Issue
Block a user