From 52c7cbf866cb1961f8265e133de35f30768ee421 Mon Sep 17 00:00:00 2001 From: Jinksi Date: Thu, 6 Jul 2017 21:04:20 +1000 Subject: [PATCH] init --- src/App.js | 2 + src/components/ServiceWorkerNotifications.js | 61 ++++++++++++++++++++ src/registerServiceWorker.js | 10 +++- 3 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 src/components/ServiceWorkerNotifications.js diff --git a/src/App.js b/src/App.js index 0a2f074..cc38b0d 100644 --- a/src/App.js +++ b/src/App.js @@ -10,6 +10,7 @@ import Nav from './components/Nav' import NavLink from './components/NavLink' import Logo from './components/Logo' import GithubCorner from './components/GithubCorner' +import ServiceWorkerNotifications from './components/ServiceWorkerNotifications' import globalStyles from './globalStyles' const siteTitle = 'HyperStatic' @@ -37,6 +38,7 @@ class App extends Component {
+