feat: translation (#389)
This commit is contained in:
parent
e2e115ebeb
commit
df9066eae0
43 changed files with 1466 additions and 47 deletions
|
|
@ -0,0 +1,10 @@
|
|||
import { AccountInfo } from './AccountInfo'
|
||||
import { JumbleTranslateAccountProvider } from './JumbleTranslateAccountProvider'
|
||||
|
||||
export default function JumbleTranslate() {
|
||||
return (
|
||||
<JumbleTranslateAccountProvider>
|
||||
<AccountInfo />
|
||||
</JumbleTranslateAccountProvider>
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue