Skip to content
Snippets Groups Projects
Commit 91d65680 authored by Jiří Štěpán's avatar Jiří Štěpán
Browse files

before push

parent 15a191f4
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ import cz.cvut.fel.rsp.travelandwork.dao.*;
import cz.cvut.fel.rsp.travelandwork.dto.TripSessionDto;
import cz.cvut.fel.rsp.travelandwork.exception.NotAllowedException;
import cz.cvut.fel.rsp.travelandwork.model.*;
import cz.cvut.fel.rsp.travelandwork.model.Category;
import cz.cvut.fel.rsp.travelandwork.service.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.ApplicationListener;
......
......@@ -66,6 +66,7 @@ function Router(props) {
};
return (
<div>
<Route
path="/profile"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment