From 782386f6d0c36633ece083d6017d896326c69f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B4mulo=20Penido?= Date: Wed, 3 Jul 2024 13:19:21 +0200 Subject: [PATCH] fix: remove Stats from library home --- src/library-authoring/LibraryAuthoringPage.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/library-authoring/LibraryAuthoringPage.tsx b/src/library-authoring/LibraryAuthoringPage.tsx index d4d133088e..573aa90936 100644 --- a/src/library-authoring/LibraryAuthoringPage.tsx +++ b/src/library-authoring/LibraryAuthoringPage.tsx @@ -19,7 +19,6 @@ import { FilterByTags, SearchContextProvider, SearchKeywordsField, - Stats, } from '../search-manager'; import LibraryComponents from './components/LibraryComponents'; import LibraryCollections from './LibraryCollections'; @@ -103,7 +102,6 @@ const LibraryAuthoringPage = () => {
-