Skip to content

Commit

Permalink
move BarChart, Tooltip, and Legend as well as global styles and share…
Browse files Browse the repository at this point in the history
…d types into common directory
  • Loading branch information
terryttsai committed Oct 7, 2022
1 parent 0486ad7 commit e83d0f5
Show file tree
Hide file tree
Showing 69 changed files with 3,265 additions and 95 deletions.
2 changes: 1 addition & 1 deletion agency-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-app-rewired start",
"dev": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
} from "recharts";
import styled from "styled-components/macro";

import { Datapoint } from "../../shared/types";
import { Datapoint } from "../../types";
import { rem } from "../../utils";
import { palette } from "../GlobalStyles";
import Tooltip from "./Tooltip";
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import React from "react";
import { TooltipProps as RechartsTooltipProps } from "recharts";
import styled from "styled-components/macro";

import { Datapoint } from "../../shared/types";
import { Datapoint } from "../../types";
import { formatNumberInput } from "../../utils";
import { palette, typography } from "../GlobalStyles";
import { LegendColor } from "./Legend";
Expand Down
Loading

0 comments on commit e83d0f5

Please sign in to comment.