dydx-v4-web/src/constants/unicode.ts
James Jia - Test 4b86068d8f
Initial commit
2023-09-08 13:52:13 -07:00

6 lines
90 B
TypeScript

export const UNICODE = {
MINUS: '\u2212',
PLUS: '\u002b',
ARROW_RIGHT: '\u2192',
};