--- import '../styles/blackbox.css'; import { sha256 } from 'js-sha256'; const { board, tid } = Astro.props; const iphash = sha256(Astro.clientAddress); ---