Skip to content

Commit

Permalink
Update import in data-loader.tsx
Browse files Browse the repository at this point in the history
- Update import From SampleBarChart from ./multi-phylogroup-bar-charts
  • Loading branch information
danilomartinss committed Dec 3, 2024
1 parent 060f2b5 commit 5f2cdd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
extractUniqueSamples,
getEcoliCSVData,
} from "@/lib/data/csvUtils";
import { SampleBarChart } from "./multi-region-resistance-line-charts";
import { SampleBarChart } from "./multi-phylogroup-bar-charts";

export default async function DataLoader() {
const records = await getEcoliCSVData();
Expand Down

0 comments on commit 5f2cdd6

Please sign in to comment.