UNPKG

motion

Version:

motion - moving development forward

9 lines (8 loc) 217 B
const ErrorDefinedTwice = (name) => ( () => ( <p style={{ color: 'red', fontWeight: 'bold' }}> Error! You've defined the view {name} twice in your codebase. </p> ) ) export default ErrorDefinedTwice