Yuki Takei %!s(int64=4) %!d(string=hai) anos
pai
achega
615a019f6e

+ 1 - 1
packages/app/src/client/app.jsx

@@ -13,7 +13,7 @@ import { swrGlobalConfiguration } from '~/utils/swr-utils';
 import InAppNotificationPage from '../components/InAppNotification/InAppNotificationPage';
 import InAppNotificationPage from '../components/InAppNotification/InAppNotificationPage';
 import ErrorBoundary from '../components/ErrorBoudary';
 import ErrorBoundary from '../components/ErrorBoudary';
 import Sidebar from '../components/Sidebar';
 import Sidebar from '../components/Sidebar';
-import { SearchPage } from '../components/SearchPage2';
+import { SearchPage } from '../components/SearchPage';
 import TagsList from '../components/TagsList';
 import TagsList from '../components/TagsList';
 import DisplaySwitcher from '../components/Page/DisplaySwitcher';
 import DisplaySwitcher from '../components/Page/DisplaySwitcher';
 import { defaultEditorOptions, defaultPreviewOptions } from '../components/PageEditor/OptionsSelector';
 import { defaultEditorOptions, defaultPreviewOptions } from '../components/PageEditor/OptionsSelector';

+ 0 - 0
packages/app/src/components/SearchPage2.tsx → packages/app/src/components/SearchPage.tsx