Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
holtzy committed Oct 23, 2024
1 parent 57cd942 commit d83f165
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pages/course/introduction/js-dataviz-libraries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ import React from 'react';
import TitleAndDescription from '@/component/TitleAndDescription';
import { LayoutCourse } from '@/component/LayoutCourse';
import { lessonList } from '@/util/lessonList';

// import { ResponsiveBar } from '@nivo/bar';
import { CodeBlock } from '@/component/UI/CodeBlock';
import { Caption } from '@/component/UI/Caption';
import { Sidenote } from '@/component/SideNote';
import { ResponsiveBar } from '@nivo/bar';
import {
Table,
TableBody,
Expand All @@ -10,12 +16,7 @@ import {
TableHead,
TableHeader,
TableRow,
} from '../../../component/ui/table';
// import { ResponsiveBar } from '@nivo/bar';
import { CodeBlock } from '@/component/UI/CodeBlock';
import { Caption } from '@/component/UI/Caption';
import { Sidenote } from '@/component/SideNote';
import { ResponsiveBar } from '@nivo/bar';
} from '@/component/UI/table';

const data = [
{ country: 'USA', value: 100 },
Expand Down

0 comments on commit d83f165

Please sign in to comment.