import * as React from "react"
import * as Bluelib from "@steffo/bluelib-react"
import style from "./warn.module.css"
export const Warn420 = () => {
return (
⚠️ Unisteffo richiede uno schermo largo almeno 420px.
)
}
export const Warn1024 = () => {
return (
⚠️ Appuntiweb richiede uno schermo largo almeno 1024px.
)
}