Skip to content

Commit

Permalink
Adds ImmutableDemo to app
Browse files Browse the repository at this point in the history
  • Loading branch information
wsparsons committed May 1, 2020
1 parent c622975 commit e9a00bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/ts/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import BrushLineDemo from "./components/victory-brush-line-demo";
import CandlestickDemo from "./components/victory-candlestick-demo";
import ChartDemo from "./components/victory-chart-demo";
import CursorContainerDemo from "./components/victory-cursor-container-demo";
import ImmutableDemo from "./components/immutable-demo";
import LegendDemo from "./components/victory-legend-demo";
import LineDemo from "./components/victory-line-demo";
import PieDemo from "./components/victory-pie-demo";
Expand All @@ -31,6 +32,7 @@ const MAP = {
"/candlestick": { component: CandlestickDemo, name: "CandlestickDemo" },
"/chart": { component: ChartDemo, name: "ChartDemo" },
"/cursor-container": { component: CursorContainerDemo, name: "CursorContainerDemo" },
"/immutable": { component: ImmutableDemo, name: "ImmutableDemo" },
"/legend": { component: LegendDemo, name: "LegendDemo" },
"/line": { component: LineDemo, name: "LineDemo" },
"/pie": { component: PieDemo, name: "PieDemo" },
Expand Down

0 comments on commit e9a00bd

Please sign in to comment.