mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
style: restrict type import (#1589)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import i18next, { i18n, Resource } from 'i18next';
|
||||
import type { i18n, Resource } from 'i18next';
|
||||
import i18next from 'i18next';
|
||||
import {
|
||||
I18nextProvider,
|
||||
initReactI18next,
|
||||
|
||||
Reference in New Issue
Block a user