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/Ononimi.js
2021-03-24 16:14:33 +01:00

11 lines
269 B
JavaScript

import React from "react"
import { Help } from "bluelib/lib/components"
export default function Ononimi() {
return (
<Help text={"Parole che si leggono e scrivono nello stesso ma significano cose diverse."}>ononimi</Help>
)
};
Ononimi.propTypes = {}