UNPKG

generator-springboot-hexagonal

Version:

A code generator for SpringBoot microservices in Hexagonal Architecture

10 lines (7 loc) 175 B
import './Header.scss'; const Header = () => ( <header className="header"> <h1 className="page-title">Oh, hello...</h1> </header> ); export default Header;