Skip to content

Commit

Permalink
feat: Add ReadingTime component
Browse files Browse the repository at this point in the history
  • Loading branch information
Leetfs committed Sep 11, 2024
1 parent 8986092 commit c3be8df
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import ArticlesMenu from './ArticlesMenu.vue'
import CopyrightInfo from './CopyrightInfo.vue'
import HomeContent from './HomeContent.vue'
import PageInfo from './PageInfo.vue'
import ReadingTime from './ReadingTime.vue'


export {
Expand All @@ -14,5 +15,6 @@ export {
ArticlesMenu,
CopyrightInfo,
HomeContent,
PageInfo
PageInfo,
ReadingTime
}

0 comments on commit c3be8df

Please sign in to comment.