Skip to content
This repository has been archived by the owner on Aug 5, 2018. It is now read-only.

Commit

Permalink
Renamed default to Main
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Behr committed Mar 30, 2018
1 parent fb0c29e commit c222d2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/router/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default [
{
path: '/',
name: 'main',
component: () => import('layouts/default')
component: () => import('layouts/Main')
},

{
Expand Down

0 comments on commit c222d2f

Please sign in to comment.