ref(TS) Convert some native components to TS (#13307)

This commit is contained in:
Robert Pintilii
2023-05-09 12:10:46 +03:00
committed by GitHub
parent a22db037c7
commit dc037bc8dd
59 changed files with 361 additions and 371 deletions

View File

@@ -0,0 +1,3 @@
import { getLogger } from '../../base/logging/functions';
export default getLogger('features/mobile/external-api');