UNPKG

generator-springboot-hexagonal

Version:

A code generator for SpringBoot microservices in Hexagonal Architecture

16 lines (13 loc) 256 B
import Footer from './components/Footer'; import Header from './components/Header'; import Routes from './routes'; const App = () => ( <> <Header /> <main> <Routes /> </main> <Footer /> </> ); export default App;