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 {
+