refactor(client): ✨
This commit is contained in:
parent
51476ad06f
commit
6e3ee05cb6
7 changed files with 28 additions and 47 deletions
|
@ -29,7 +29,6 @@ import { faAngleDown, faAngleUp, faHome, faShareAlt, faGlobe, faListUl, faSatell
|
|||
import { faComments } from '@fortawesome/free-regular-svg-icons';
|
||||
import Progress from '../scripts/loading';
|
||||
import XTimeline from '../components/timeline.vue';
|
||||
import XTutorial from './index.home.tutorial.vue';
|
||||
import XPostForm from '../components/post-form.vue';
|
||||
|
||||
export default Vue.extend({
|
||||
|
@ -41,7 +40,7 @@ export default Vue.extend({
|
|||
|
||||
components: {
|
||||
XTimeline,
|
||||
XTutorial,
|
||||
XTutorial: () => import('./index.home.tutorial.vue').then(m => m.default),
|
||||
XPostForm,
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue