Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Commit

Permalink
added flow and a basic victory type
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddubay committed Nov 30, 2016
1 parent e22caee commit 84f1e9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .types/victory.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare module "victory" {
declare var exports: any;
}
1 change: 1 addition & 0 deletions imports/components/graphs/lineGraph/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @flow
import {
VictoryChart,
VictoryAxis,
Expand Down

0 comments on commit 84f1e9e

Please sign in to comment.