import Link from 'next/link' import Head from 'next/head' import { Container, Grid, Header, List, Menu, Segment } from 'semantic-ui-react' export default ({ children, title }) => (
Orbiter UI - { title } Orbiter UI
{ title }
{ children }
Link 1 Link 2 Link 3 Link 4
Link 1 Link 2 Link 3 Link 4
Footer Header

Description

)