Add Support for LabelV2, Add LabelModal and LabelView.
Add React Query
This commit is contained in:
parent
5e590bfe9f
commit
42182371ff
18 changed files with 839 additions and 71 deletions
|
@ -12,6 +12,7 @@ import ChoreView from '../views/ChoreEdit/ChoreView'
|
|||
import MyChores from '../views/Chores/MyChores'
|
||||
import JoinCircleView from '../views/Circles/JoinCircle'
|
||||
import ChoreHistory from '../views/History/ChoreHistory'
|
||||
import LabelView from '../views/Labels/LabelView'
|
||||
import Landing from '../views/Landing/Landing'
|
||||
import PaymentCancelledView from '../views/Payments/PaymentFailView'
|
||||
import PaymentSuccessView from '../views/Payments/PaymentSuccessView'
|
||||
|
@ -116,6 +117,10 @@ const Router = createBrowserRouter([
|
|||
path: 'things/:id',
|
||||
element: <ThingsHistory />,
|
||||
},
|
||||
{
|
||||
path: 'labels/',
|
||||
element: <LabelView />,
|
||||
},
|
||||
],
|
||||
},
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue