Commit eb971d36 authored by WhatAKitty's avatar WhatAKitty Committed by afc163

Fix wrong import

parent c67c7699
...@@ -99,7 +99,7 @@ const data = [{ ...@@ -99,7 +99,7 @@ const data = [{
models: () => [ models: () => [
import('../models/form'), import('../models/form'),
], ],
component: () => import('../routes/Profile/AdvancedProfile'), component: () => import('../routes/Forms/AdvancedForm'),
}), }),
}], }],
}, { }, {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment