MRI: Adding some styling for NotFound component
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
const NotFound = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>NOT FOUND</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
const NotFound = () => {
|
||||
return (
|
||||
<div className='not-found__message'>
|
||||
<h1>NOT FOUND</h1>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default NotFound
|
||||
export default NotFound;
|
||||
|
||||
Reference in New Issue
Block a user