HM-68. Верcтка страницы Not Found (#42)
This commit is contained in:
9
src/components/not-found-content/NotFoundContent.js
Normal file
9
src/components/not-found-content/NotFoundContent.js
Normal file
@ -0,0 +1,9 @@
|
||||
import Component from '../component/Component';
|
||||
|
||||
class NotFoundContent extends Component {
|
||||
constructor (parentNode) {
|
||||
super('#not-found-content', parentNode);
|
||||
}
|
||||
}
|
||||
|
||||
export default NotFoundContent;
|
||||
3
src/components/not-found-content/index.js
Normal file
3
src/components/not-found-content/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import NotFoundContent from './NotFoundContent';
|
||||
|
||||
export default NotFoundContent;
|
||||
Reference in New Issue
Block a user