Skip to content

Commit c03e1d7

Browse files
committed
rename *.js to *.jsx
1 parent a6f6e45 commit c03e1d7

23 files changed

+0
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

web/src/index.js renamed to web/src/index.jsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from "react";
22
import ReactDOM from "react-dom";
33
import App from "./App";
4-
import * as serviceWorker from "./serviceWorker";
54
import { Provider as UrqlProvider, createClient, defaultExchanges, subscriptionExchange } from 'urql';
65
import { SubscriptionClient } from 'subscriptions-transport-ws';
76

@@ -25,8 +24,3 @@ ReactDOM.render(
2524
</UrqlProvider>,
2625
document.getElementById("root")
2726
);
28-
29-
// If you want your app to work offline and load faster, you can change
30-
// unregister() to register() below. Note this comes with some pitfalls.
31-
// Learn more about service workers: https://bit.ly/CRA-PWA
32-
serviceWorker.unregister();
File renamed without changes.

0 commit comments

Comments
 (0)