Skip to content

Commit

Permalink
Merge pull request #771 from cityofaustin/2507_remove_jurisdiction_viz
Browse files Browse the repository at this point in the history
2507 remove jurisdiction viz
  • Loading branch information
tillyw authored May 4, 2020
2 parents e93a8f8 + 4f6026b commit ec86647
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 155 deletions.
153 changes: 0 additions & 153 deletions atd-vzv/src/views/summary/CrashesBySystem.js

This file was deleted.

2 changes: 0 additions & 2 deletions atd-vzv/src/views/summary/Summary.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from "react";
import CrashesByMonth from "./CrashesByMonth";
import CrashesBySystem from "./CrashesBySystem";
import CrashesByTimeOfDay from "./CrashesByTimeOfDay";
import PeopleByDemographics from "./PeopleByDemographics";
import CrashesByMode from "./CrashesByMode";
Expand All @@ -16,7 +15,6 @@ const children = [
{ component: <CrashesByMode /> },
{ component: <CrashesByTimeOfDay /> },
{ component: <PeopleByDemographics /> },
{ component: <CrashesBySystem /> },
];

const Summary = () => {
Expand Down

0 comments on commit ec86647

Please sign in to comment.