mirror of
https://github.com/Steffo99/unisteffo.git
synced 2025-04-01 05:10:43 +00:00
13 lines
310 B
JavaScript
13 lines
310 B
JavaScript
import React from "react"
|
|
import { Help } from "bluelib/lib/components"
|
|
|
|
|
|
export default function UIN() {
|
|
return (
|
|
<Help
|
|
text={`User Information Need, una descrizione in linguaggio naturale delle informazioni di cui ha bisogno l'utente`}
|
|
>UIN</Help>
|
|
)
|
|
}
|
|
|
|
UIN.propTypes = {}
|