Browse Source

fix(parent-index.vue): add missing RecommendedFeed import statement

openhands 2 months ago
parent
commit
c09b99428c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cfc-frontend/pages/index/parent-index.vue

+ 1 - 0
cfc-frontend/pages/index/parent-index.vue

@@ -365,6 +365,7 @@ import FamilyRelationGraph from '../../components/FamilyRelationGraph.vue'
 import WuxingSandbox from '../../components/wuxing-sandbox.vue'
 import ContactCard from '../../components/ContactCard.vue'
 import ContactImport from '../../components/ContactImport.vue'
+import RecommendedFeed from '../../components/RecommendedFeed.vue'
 import FamilyMemberStrip from '../../components/FamilyMemberStrip.vue'
 
 export default {