1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2025-04-01 05:10:43 +00:00
triennale-appunti-steffo/src/routes/Gestinfo/abbr/Predicato.js
2021-03-24 16:57:23 +01:00

13 lines
345 B
JavaScript

import React from "react"
import { Help } from "bluelib/lib/components"
export default function Predicato() {
return (
<Help
text={"La minima unità booleana valutabile. `A`, `B`, etc. Equivalente a un evento in statistica, e a una variabile in matematica."}
>predicato</Help>
)
}
Predicato.propTypes = {}