Merge pull request #788 from Safelite/feature/quote-page-testing-nav

Removing direct route
This commit is contained in:
scottkiener 2022-10-28 09:24:49 -04:00 committed by GitHub
commit 56954163db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,11 +26,6 @@ import quote from "@/layouts/quote/quote.vue";
import datePicker from "@/common-components/date-picker/date-picker.vue";
const routes = [
{
path: "/quote", // This is a temporary route for testing.
name: "quote",
component: quote,
},
{
path: "/date-picker", // This is a temporary route for testing.
name: "date-picker",