diff options
Diffstat (limited to 'frontend/src/components/main.js')
| -rw-r--r-- | frontend/src/components/main.js | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/frontend/src/components/main.js b/frontend/src/components/main.js deleted file mode 100644 index b359105..0000000 --- a/frontend/src/components/main.js +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | import React from 'react'; | ||
| 2 | |||
| 3 | import "../App.css" | ||
| 4 | import "./main.css"; | ||
| 5 | import { Link } from 'react-router-dom'; | ||
| 6 | |||
| 7 | export default function Main(props) { | ||
| 8 | |||
| 9 | |||
| 10 | return ( | ||
| 11 | <main> | ||
| 12 | <h1>{props.text}</h1> | ||
| 13 | </main> | ||
| 14 | ) | ||
| 15 | } | ||
| 16 | |||
| 17 | |||