UNPKG

create-ima-app

Version:

Create a IMA.js App easily.

10 lines (8 loc) 167 B
import './notFoundView.less'; export function NotFoundView() { return ( <div className='page-not-found'> <h1>404 &ndash; Not Found</h1> </div> ); }