UNPKG

create-seia-app

Version:

Create Seia.js apps with one command

11 lines (9 loc) 196 B
import { version } from 'node:os' export const Footer = () => ( <footer> <p> Powered by <a href="https://github.com/abiriadev/seia">Seia.js</a> </p> <p>OS: {version()}</p> </footer> )