Remove React Router from UI Components
Because we will be using SSG, our website will be (mostly) statically rendered – therefore react-router
does not work / makes no sense (it's a Frontend routing library). We should remove it from all components. Maybe still offer a possibility to include specific Link components (not sure about that one).