linter extensions
This commit is contained in:
+2
-6
@@ -24,7 +24,7 @@ const store = createStore(
|
||||
cryps: reducers.crypsReducer,
|
||||
items: reducers.itemsReducer,
|
||||
ws: reducers.wsReducer,
|
||||
}),
|
||||
})
|
||||
);
|
||||
|
||||
store.subscribe(() => console.log(store.getState()));
|
||||
@@ -34,11 +34,6 @@ const ws = createSocket(store);
|
||||
store.dispatch(actions.setWs(ws));
|
||||
ws.connect();
|
||||
|
||||
function blah() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
// tells jdenticon to look for new svgs and render them
|
||||
// so we don't have to setInnerHtml or manually call update
|
||||
jdenticon.config = {
|
||||
@@ -58,6 +53,7 @@ const Main = () => (
|
||||
</Provider>
|
||||
);
|
||||
|
||||
// eslint-disable-next-line
|
||||
preact.render(<Main />, document.body);
|
||||
|
||||
// fizzyText('cryps.gg');
|
||||
|
||||
Reference in New Issue
Block a user