Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndBear committed Aug 12, 2024
1 parent 297dcd6 commit 8a8aa46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/web-app-files/src/components/Spaces/SpaceHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ export default defineComponent({
const previewService = usePreviewService()
const resourcesStore = useResourcesStore()
const { getDefaultAction } = useFileActions()
const { actions: editReadmeContentActions } = useSpaceActionsEditReadmeContent()
const markdownContainerRef = ref(null)
const markdownContent = ref('')
Expand Down Expand Up @@ -293,7 +292,6 @@ export default defineComponent({
memberCountString,
openSideBarSharePanel,
loadPreviewTask,
editReadmeContentActions,
editReadMeContentLink
}
}
Expand Down

0 comments on commit 8a8aa46

Please sign in to comment.