refactor(core): code cleanup (#7084)

This commit is contained in:
Joshua Chen 2022-04-01 13:41:39 +08:00 committed by GitHub
parent ff96606865
commit 898611d4ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 114 additions and 179 deletions

View file

@ -227,7 +227,6 @@ export type LoadContext = {
*/
baseUrl: string;
i18n: I18n;
ssrTemplate: string;
codeTranslations: CodeTranslations;
};