Skip to content

Commit

Permalink
Remove data availability view
Browse files Browse the repository at this point in the history
  • Loading branch information
siiptuo committed Aug 17, 2023
1 parent 2dca72d commit 49476f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 146 deletions.
8 changes: 0 additions & 8 deletions frontend/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ const router = createRouter({
},
component: () => import("@/views/PrivacyPolicyView.vue"),
},
{
path: "/data-availability",
name: "Data Availability",
meta: {
title: "Data availability",
},
component: () => import("@/views/DataAvailabilityView.vue"),
},
{
path: "/search",
redirect: "/search/data",
Expand Down
138 changes: 0 additions & 138 deletions frontend/src/views/DataAvailabilityView.vue

This file was deleted.

0 comments on commit 49476f6

Please sign in to comment.