Refactored onsite meeting to bids all over the codebase.
This commit is contained in:
parent
6e2535763f
commit
080d9ff1b4
6 changed files with 48 additions and 49 deletions
|
|
@ -13,7 +13,7 @@ import Home from "./components/pages/Home.vue";
|
|||
import TestDateForm from "./components/pages/TestDateForm.vue";
|
||||
import Client from "./components/pages/Client.vue";
|
||||
import ErrorHandlingDemo from "./components/pages/ErrorHandlingDemo.vue";
|
||||
import ScheduleOnSite from "./components/pages/ScheduleOnSite.vue";
|
||||
import ScheduleBid from "./components/pages/ScheduleBid.vue";
|
||||
import Estimate from "./components/pages/Estimate.vue";
|
||||
|
||||
const routes = [
|
||||
|
|
@ -24,7 +24,7 @@ const routes = [
|
|||
{ path: "/calendar", component: Calendar },
|
||||
{ path: "/clients", component: Clients },
|
||||
{ path: "/client", component: Client },
|
||||
{ path: "/schedule-onsite", component: ScheduleOnSite },
|
||||
{ path: "/schedule-bid", component: ScheduleBid },
|
||||
{ path: "/jobs", component: Jobs },
|
||||
{ path: "/invoices", component: Invoices },
|
||||
{ path: "/estimates", component: Estimates },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue