parent
9f32e83a51
commit
e81c0a41b8
|
@ -44,7 +44,7 @@ export { reduceAST, transformAST } from './AST/index'
|
|||
export { Evaluation, Unit } from './AST/types'
|
||||
export { capitalise0, formatValue } from './format'
|
||||
export { simplifyNodeUnit } from './nodeUnits'
|
||||
export { serializeUnit } from './units'
|
||||
export { parseUnit, serializeUnit } from './units'
|
||||
export { parsePublicodes, utils }
|
||||
export { Rule, RuleNode, ASTNode, EvaluatedNode }
|
||||
export { default as serializeEvaluation } from './serializeEvaluation'
|
||||
|
|
|
@ -4,7 +4,7 @@ import { Trans } from 'react-i18next'
|
|||
import Explanation from '../Explanation'
|
||||
import styled from 'styled-components'
|
||||
import { Mecanism, NodeValuePointer } from './common'
|
||||
import { parseUnit } from 'publicodes/source/units'
|
||||
import { parseUnit } from 'publicodes'
|
||||
|
||||
export default function Barème({ nodeValue, explanation, unit }) {
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue