mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
used proper gun/gun import
This commit is contained in:
parent
662681e7d1
commit
66cdf6e041
@ -1,5 +1,5 @@
|
||||
import React, { Component } from 'react'
|
||||
import Gun from 'gun'
|
||||
import Gun from 'gun/gun'
|
||||
import Todos from './Todos'
|
||||
import Chat from './Chat'
|
||||
import Json from './Json'
|
||||
|
@ -1,6 +1,5 @@
|
||||
import React, { Component } from 'react'
|
||||
import Gun from 'gun'
|
||||
import path from 'gun/lib/path'
|
||||
import Gun from 'gun/gun'
|
||||
|
||||
const formatMsgs = msgs => Object.keys(msgs)
|
||||
.map(key => ({ key, ...msgs[key] }))
|
||||
|
@ -1,5 +1,5 @@
|
||||
import React, { Component } from 'react'
|
||||
import Gun from 'gun'
|
||||
import Gun from 'gun/gun'
|
||||
import path from 'gun/lib/path'
|
||||
import './style.css'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user