Skip to content

Commit

Permalink
feat(web): remove extra page
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Dec 24, 2023
1 parent 16248d0 commit 607f5c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
5 changes: 0 additions & 5 deletions web/src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Vue from 'vue';
import VueRouter from 'vue-router';
import History from '../views/project/History.vue';
import Activity from '../views/project/Activity.vue';
import Billing from '../views/project/Billing.vue';
import Settings from '../views/project/Settings.vue';
import Templates from '../views/project/Templates.vue';
import TemplateView from '../views/project/TemplateView.vue';
Expand Down Expand Up @@ -38,10 +37,6 @@ const routes = [
path: '/project/:projectId/settings',
component: Settings,
},
{
path: '/project/:projectId/billing',
component: Billing,
},
{
path: '/project/:projectId/templates',
component: Templates,
Expand Down
63 changes: 0 additions & 63 deletions web/src/views/project/Billing.vue

This file was deleted.

0 comments on commit 607f5c5

Please sign in to comment.