Skip to content

Commit

Permalink
fix: remove Stats from library home
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Jul 3, 2024
1 parent 6aa1b0c commit 782386f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/library-authoring/LibraryAuthoringPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {
FilterByTags,
SearchContextProvider,
SearchKeywordsField,
Stats,
} from '../search-manager';
import LibraryComponents from './components/LibraryComponents';
import LibraryCollections from './LibraryCollections';
Expand Down Expand Up @@ -103,7 +102,6 @@ const LibraryAuthoringPage = () => {
<FilterByBlockType />
<ClearFiltersButton />
<div className="flex-grow-1" />
<div className="text-muted x-small align-middle"><Stats /></div>
</div>
<Tabs
variant="tabs"
Expand Down

0 comments on commit 782386f

Please sign in to comment.