zack
feat: πŸš€ Update Chat-nFace configurations
a053984
raw
history blame
127 Bytes
export default {
parse: {
prelude: null,
block() {
return this.Block(true);
}
}
};