Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Remove unused import and update path (#72)
Browse files Browse the repository at this point in the history
🔥 🔥 🔥 🔥 🔥
  • Loading branch information
RWOverdijk authored and kevinvangelder committed Aug 21, 2018
1 parent e921979 commit e334171
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions boilerplate/src/navigation/stateful-navigator.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import * as React from "react"
import { inject, observer } from "mobx-react"
import { RootNavigator } from "./root-navigator"
import { NavigationStore } from "../navigation/navigation-store"
import throttle from "lodash.throttle"
import { NavigationStore } from "./navigation-store"

interface StatefulNavigatorProps {
navigationStore?: NavigationStore
Expand Down

0 comments on commit e334171

Please sign in to comment.