mirror of
https://github.com/minio/minio.git
synced 2025-11-21 18:26:04 -05:00
Browser: Update UI with new components and elements (#5671)
This commit is contained in:
@@ -14,10 +14,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import "material-design-iconic-font/dist/css/material-design-iconic-font.min.css"
|
||||
import "babel-polyfill"
|
||||
import "./less/main.less"
|
||||
import "font-awesome/css/font-awesome.css"
|
||||
import "material-design-iconic-font/dist/css/material-design-iconic-font.min.css"
|
||||
|
||||
import React from "react"
|
||||
import ReactDOM from "react-dom"
|
||||
@@ -37,7 +36,7 @@ ReactDOM.render(
|
||||
<App />
|
||||
</Router>
|
||||
</Provider>,
|
||||
document.getElementById("root")
|
||||
document.getElementById("root"),
|
||||
)
|
||||
|
||||
hideLoader()
|
||||
|
||||
Reference in New Issue
Block a user