UNPKG

motion

Version:

motion - moving development forward

10 lines (8 loc) 193 B
const NotFound = (name) => ( () => ( <div style={{ display: 'block' }}> {process.env.production ? '' : `Motion: View "${name}" not found`} </div> ) ) export default NotFound