diff --git a/src/components/App.js b/src/components/App.js index 71f8e661..7db05827 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -1,5 +1,5 @@ import React from 'react' -import { BrowserRouter, Route } from 'react-router-dom' +import { BrowserRouter, Route, Switch } from 'react-router-dom' // CSS import '../main.scss' @@ -12,6 +12,7 @@ import Causes from '../containers/Causes/Causes' import Cause from '../containers/Cause/Cause' import Artists from '../containers/Artists/Artists' import Artist from '../containers/Artist/Artist' +import ArtistCreate from '../containers/Artist/Create/ArtistCreate' import Performances from '../containers/Performances/Performances' import Performance from '../containers/Performance/Performance' import Contact from '../containers/Contact/Contact' @@ -23,17 +24,20 @@ const App = () => {
- - - - - - - - - - - + + + + + + + + + + + + + +
diff --git a/src/containers/Artist/Create/ArtistCreate.js b/src/containers/Artist/Create/ArtistCreate.js new file mode 100644 index 00000000..71d0ab54 --- /dev/null +++ b/src/containers/Artist/Create/ArtistCreate.js @@ -0,0 +1,36 @@ +import React from 'react' + +class ArtistCreate extends React.Component { + render() { + return ( +
+

Register as an artist

+
+
+
+ + +
+
+ +