forked from snxraven/LinkUp-P2P-Chat
Removing imports that are no longer needed
This commit is contained in:
2
app.js
2
app.js
@@ -2,8 +2,6 @@ import Hyperswarm from 'hyperswarm';
|
|||||||
import crypto from 'hypercore-crypto';
|
import crypto from 'hypercore-crypto';
|
||||||
import b4a from 'b4a';
|
import b4a from 'b4a';
|
||||||
import ServeDrive from 'serve-drive';
|
import ServeDrive from 'serve-drive';
|
||||||
import Localdrive from 'localdrive';
|
|
||||||
import fs from 'fs';
|
|
||||||
import Hyperdrive from 'hyperdrive';
|
import Hyperdrive from 'hyperdrive';
|
||||||
import Corestore from 'corestore';
|
import Corestore from 'corestore';
|
||||||
import { EventEmitter } from 'events';
|
import { EventEmitter } from 'events';
|
||||||
|
Reference in New Issue
Block a user