Skip to content

Commit

Permalink
Removed: configure component and its route configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Oct 22, 2024
1 parent 5dea995 commit b5df765
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 144 deletions.
6 changes: 0 additions & 6 deletions src/router/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { createRouter, createWebHistory } from '@ionic/vue-router';
import { RouteRecordRaw } from 'vue-router';
import ShopifyInstall from '@/views/ShopifyInstall.vue';
import Configure from '@/views/Configure.vue';

const routes: Array<RouteRecordRaw> = [
{
Expand All @@ -12,11 +11,6 @@ const routes: Array<RouteRecordRaw> = [
path: '/shopify-install',
name: 'Shopify Install',
component: ShopifyInstall
},
{
path: '/configure',
name: 'Configure',
component: Configure
}
]

Expand Down
138 changes: 0 additions & 138 deletions src/views/Configure.vue

This file was deleted.

0 comments on commit b5df765

Please sign in to comment.