[Glitch] Convert mastodon/initial_state to TypeScript

Port ac50e5eebc to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Brad Dunbar
2025-09-30 07:14:58 -04:00
committed by Claire
parent 17e0c745c6
commit 752214622c
9 changed files with 183 additions and 178 deletions

View File

@@ -5,7 +5,7 @@ import { fetchServer } from 'flavours/glitch/actions/server';
import { hydrateStore } from 'flavours/glitch/actions/store';
import { Router } from 'flavours/glitch/components/router';
import Compose from 'flavours/glitch/features/standalone/compose';
import initialState from 'flavours/glitch/initial_state';
import { initialState } from 'flavours/glitch/initial_state';
import { IntlProvider } from 'flavours/glitch/locales';
import { store } from 'flavours/glitch/store';