generated from Seekra/repository-template
Move legal modules into a feature directory
This commit is contained in:
+2
-2
@@ -21,7 +21,7 @@ import SearchView from '../views/SearchView.vue';
|
|||||||
import SearchResultsView from '@/features/search/views/SearchResultsView.vue';
|
import SearchResultsView from '@/features/search/views/SearchResultsView.vue';
|
||||||
import SettingsView from '@/features/settings/views/SettingsView.vue';
|
import SettingsView from '@/features/settings/views/SettingsView.vue';
|
||||||
import NotFound from '../views/NotFound.vue';
|
import NotFound from '../views/NotFound.vue';
|
||||||
import PrivacyPolicy from '@/views/legal/PrivacyPolicy.vue';
|
import PrivacyPolicyView from '@/features/legal/views/PrivacyPolicyView.vue';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
@@ -56,7 +56,7 @@ const routes = [
|
|||||||
{
|
{
|
||||||
path: '/privacy',
|
path: '/privacy',
|
||||||
name: 'privacyPolicy',
|
name: 'privacyPolicy',
|
||||||
component: PrivacyPolicy,
|
component: PrivacyPolicyView,
|
||||||
meta: {
|
meta: {
|
||||||
title: () => 'Privacy Policy'
|
title: () => 'Privacy Policy'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user