Skip to content

Commit

Permalink
Update Example to follow v3 API (#42)
Browse files Browse the repository at this point in the history
`HeadTag` is not export as default anymore.
  • Loading branch information
arkist authored and TrySound committed Jul 17, 2018
1 parent 6d14c74 commit 27f7710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/src/Contact.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import HeadTag from 'react-head';
import { HeadTag } from 'react-head';
import { Link } from 'react-router-dom';
import logo from './react.svg';
import './Contact.css';
Expand Down
2 changes: 1 addition & 1 deletion example/src/Home.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import HeadTag, { Style } from 'react-head';
import { HeadTag, Style } from 'react-head';
import { Link } from 'react-router-dom';
import logo from './react.svg';
import './Home.css';
Expand Down

0 comments on commit 27f7710

Please sign in to comment.