Skip to content

Commit

Permalink
chore: run code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
artkolpakov committed Apr 11, 2024
1 parent 05eff39 commit 814a105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/barChart.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as scale from "d3-scale";
import * as shape from "d3-shape";
import { useMemo, useRef, useEffect, useState } from "react";
import { useEffect, useMemo, useRef, useState } from "react";
import {
ScrollView,
StyleSheet,
Expand Down

0 comments on commit 814a105

Please sign in to comment.