Skip to content

Commit

Permalink
Fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatAKitty authored and afc163 committed Nov 14, 2017
1 parent c67c769 commit eb971d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const data = [{
models: () => [
import('../models/form'),
],
component: () => import('../routes/Profile/AdvancedProfile'),
component: () => import('../routes/Forms/AdvancedForm'),
}),
}],
}, {
Expand Down

0 comments on commit eb971d3

Please sign in to comment.