fix: typo constats.js -> constants.js
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import ReadStream from './readstream';
|
||||
import operators from './operators';
|
||||
import constants from './constats';
|
||||
import constants from './constants';
|
||||
import * as _ from './helpers';
|
||||
|
||||
let Equation = {
|
||||
|
Reference in New Issue
Block a user