Skip to content

Commit

Permalink
Close #66 - เพิ่ม part routing ของReservation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutthanicha1998 committed Jan 9, 2020
1 parent 16cb46a commit e13233d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import LoginAdmin from '../components/LoginAdmin'
import LoginEmployee from '../components/LoginEmployee'
import Adminmenu from '../components/Adminmenu'
import Employeemenu from '../components/Employeemenu'
// import Reservation from '../components/Reservation'
import Reservation from '../components/Reservation'
import Borrow from '../components/Borrow'
import Returns from '../components/Returns'
import Sportequipment from '../components/Sportequipment'
Expand Down Expand Up @@ -46,10 +46,10 @@ export default new Router({
path: '/Employeemenu/Members',
component: Members
},
// {
// path: '/Employeemenu/Reservation',
// component: Reservation
// },
{
path: '/Employeemenu/Reservation',
component: Reservation
},
{
path: '/Employeemenu/Borrow',
component: Borrow
Expand Down

0 comments on commit e13233d

Please sign in to comment.