Upload files to ''
This commit is contained in:
parent
9c9bd05e95
commit
a82137dc21
4
component-styling.css
Normal file
4
component-styling.css
Normal file
@ -0,0 +1,4 @@
|
||||
.grid-item {
|
||||
border: 2px black solid
|
||||
}
|
||||
|
7
notFound.jsx
Normal file
7
notFound.jsx
Normal file
@ -0,0 +1,7 @@
|
||||
import React, { Component } from 'react';
|
||||
|
||||
const NotFound = () => {
|
||||
return ( <h1>404</h1> );
|
||||
}
|
||||
|
||||
export default NotFound;
|
Loading…
Reference in New Issue
Block a user