Update Wrapstodon design (#37169)

This commit is contained in:
diondiondion
2025-12-09 17:51:05 +01:00
committed by GitHub
parent ac71771d98
commit 9d81561bb2
24 changed files with 773 additions and 677 deletions

View File

@@ -6,7 +6,7 @@ import { importFetchedStatuses } from '@/mastodon/actions/importer';
import { hydrateStore } from '@/mastodon/actions/store';
import type { ApiAnnualReportResponse } from '@/mastodon/api/annual_report';
import { Router } from '@/mastodon/components/router';
import { WrapstodonShare } from '@/mastodon/features/annual_report/share';
import { WrapstodonSharedPage } from '@/mastodon/features/annual_report/shared_page';
import { IntlProvider, loadLocale } from '@/mastodon/locales';
import { loadPolyfills } from '@/mastodon/polyfills';
import ready from '@/mastodon/ready';
@@ -48,7 +48,7 @@ function loaded() {
<IntlProvider>
<ReduxProvider store={store}>
<Router>
<WrapstodonShare />
<WrapstodonSharedPage />
</Router>
</ReduxProvider>
</IntlProvider>,