Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
huxulm committed Sep 3, 2024
1 parent 2ffbef3 commit c8ebf1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions components/build/Build.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import React, {
useState,
} from "react";

import { DataShape, refresh, render, SelectionRef } from "../../components/viz";
import { useParentSize } from "@visx/responsive";
import { DataShape, refresh, render, SelectionRef } from "../viz";
import { scaleLinear, scaleUtc } from "d3-scale";
import { min, max } from "d3-array";
import { utcDay, utcMonth } from "d3-time";
Expand Down
3 changes: 1 addition & 2 deletions components/css/Css.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import React, {
useState,
} from "react";

import { DataShape, refresh, render, SelectionRef } from "../../components/viz";
import { useParentSize } from "@visx/responsive";
import { DataShape, refresh, render, SelectionRef } from "../viz";
import { scaleLinear, scaleUtc } from "d3-scale";
import { min, max } from "d3-array";
import { utcDay, utcMonth } from "d3-time";
Expand Down
3 changes: 1 addition & 2 deletions components/js/Js.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import React, {
useState,
} from "react";

import { DataShape, refresh, render, SelectionRef } from "../../components/viz";
import { useParentSize } from "@visx/responsive";
import { DataShape, refresh, render, SelectionRef } from "../viz";
import { scaleLinear, scaleUtc } from "d3-scale";
import { min, max } from "d3-array";
import { utcDay, utcMonth } from "d3-time";
Expand Down
3 changes: 1 addition & 2 deletions components/viz/Viz.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import React, {
useState,
} from "react";

import { DataShape, refresh, render, SelectionRef } from "../../components/viz";
import { useParentSize } from "@visx/responsive";
import { DataShape, refresh, render, SelectionRef } from "../viz";
import { scaleLinear, scaleUtc } from "d3-scale";
import { min, max } from "d3-array";
import { utcDay, utcMonth } from "d3-time";
Expand Down

0 comments on commit c8ebf1c

Please sign in to comment.