Removing direct route

This commit is contained in:
Scott Kiener 2022-10-28 09:16:18 -04:00
parent 2b5bdfd64a
commit 5d9cbf9db4

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",