Upgrade dependencies

This commit is contained in:
Tom Moor
2018-11-06 21:58:32 -08:00
parent 690feb6040
commit 8d569fd46d
44 changed files with 2221 additions and 671 deletions

View File

@@ -5,7 +5,7 @@ import styled from 'styled-components';
import breakpoint from 'styled-components-breakpoint';
import { TopNavigation, BottomNavigation } from './Navigation';
import Analytics from '../../../shared/components/Analytics';
import globalStyles from '../../../shared/styles/globals';
import GlobalStyles from '../../../shared/styles/globals';
import prefetchTags from '../../utils/prefetchTags';
export const title = 'Outline';
@@ -18,11 +18,10 @@ type Props = {
};
function Layout({ children }: Props) {
globalStyles();
return (
<html lang="en">
<head>
<GlobalStyles />
<Helmet>
<title>{title}</title>
<meta charset="utf-8" />