mirror of
https://github.com/bellingcat/auto-archiver-setup-tool.git
synced 2026-06-17 16:08:37 +03:00
refactoring permission banner
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { createRouter, createWebHistory } from 'vue-router';
|
||||
import HomeView from '../views/HomeView.vue';
|
||||
import ArchivesView from '../views/ArchivesView.vue';
|
||||
import ArchiveSearchView from '../views/ArchiveSearchView.vue';
|
||||
|
||||
import ArchiveUrl from "../components/ArchiveUrl.vue";
|
||||
import ArchiveUrlView from "../views/ArchiveUrlView.vue";
|
||||
|
||||
const routes = [
|
||||
{
|
||||
@@ -13,12 +13,12 @@ const routes = [
|
||||
{
|
||||
path: '/url',
|
||||
name: 'URL Archiving',
|
||||
component: ArchiveUrl,
|
||||
component: ArchiveUrlView,
|
||||
},
|
||||
{
|
||||
path: '/archives',
|
||||
name: 'Archives search',
|
||||
component: ArchivesView,
|
||||
component: ArchiveSearchView,
|
||||
},
|
||||
{
|
||||
path: '/privacy',
|
||||
|
||||
Reference in New Issue
Block a user