mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-04-30 13:02:15 +00:00
* docs: update chat example readme * docs: update discovery test for autodial * docs: fix delegated routing example * docs: update echo example readme * docs: fix libp2p in the browser example * docs: update examples for peer/content routing * docs: update the pubsub example
9 lines
260 B
JavaScript
9 lines
260 B
JavaScript
// eslint-disable-next-line
|
|
'use strict'
|
|
|
|
import React from 'react' // eslint-disable-line no-unused-vars
|
|
import ReactDOM from 'react-dom'
|
|
import App from './App' // eslint-disable-line no-unused-vars
|
|
|
|
ReactDOM.render(<App />, document.getElementById('root'))
|