Add method for get passPhrase

This commit is contained in:
DwCay
2022-06-15 17:41:02 +03:00
parent da04efbf80
commit eeaabeebf3
8 changed files with 2421 additions and 35 deletions

View File

@@ -1,8 +1,11 @@
import React from 'react'
import ReactDOM from 'react-dom'
import {Buffer} from "buffer";
import { BrowserRouter as Router } from 'react-router-dom'
import App from './App'
globalThis.Buffer = Buffer
ReactDOM.render(
<React.StrictMode>
<Router>
@@ -10,4 +13,4 @@ ReactDOM.render(
</Router>
</React.StrictMode>,
document.getElementById('root')
)
)