chore: Upgrade react-waypoint dep

This commit is contained in:
Tom Moor
2020-01-01 20:36:42 -08:00
parent 93e4ad8c5e
commit c484d15de6
7 changed files with 21 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
import * as React from 'react';
import ReactDOM from 'react-dom';
import keydown from 'react-keydown';
import Waypoint from 'react-waypoint';
import { Waypoint } from 'react-waypoint';
import { withRouter, Link } from 'react-router-dom';
import type { Location, RouterHistory } from 'react-router-dom';
import { PlusIcon } from 'outline-icons';