@@ -22,6 +22,8 @@ const i18n = createI18n({
 | 
			
		||||
 | 
			
		||||
// ---------------
 | 
			
		||||
const Home = import('./components/Home.vue');
 | 
			
		||||
const Imprint = import('./components/Imprint.vue');
 | 
			
		||||
const Privacy = import('./components/Privacy.vue');
 | 
			
		||||
const Register = import('./components/Register.vue');
 | 
			
		||||
const Profile = import('./components/Profile.vue');
 | 
			
		||||
//
 | 
			
		||||
@@ -29,6 +31,8 @@ const router = createRouter({
 | 
			
		||||
	history: createWebHistory(),
 | 
			
		||||
	routes: [
 | 
			
		||||
		{ path: '/', component: Home },
 | 
			
		||||
		{ path: '/imprint', component: Imprint },
 | 
			
		||||
		{ path: '/privacy', component: Privacy },
 | 
			
		||||
		{ path: '/register', component: Register },
 | 
			
		||||
		{ path: '/profile', component: Profile }
 | 
			
		||||
	]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user