Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
chThie authored Mar 23, 2021
1 parent b595430 commit 18aae42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,11 @@ const routes = [
path: '/',
component: LandingPage,
},
{
name: 'impressum',
path: '/impressum',
component: Impressum,
},
{
name: 'impressum',
path: '/impressum',
component: Impressum,
},
{
name: 'public-register',
path: '/public-register',
Expand Down

0 comments on commit 18aae42

Please sign in to comment.