import React from 'react' import { H1, P } from 'src/components/typography' import { Button } from 'src/components/buttons' function Welcome({ doContinue }) { return (

Welcome to the Lamassu Admin

To get you started, we’ve put together a wizard that will
help set up what you need before pairing your machines.

) } export default Welcome