Skip to content

Commit

Permalink
bux fixed shadcn-ui#4839 remove duppllicated // from the import
Browse files Browse the repository at this point in the history
  • Loading branch information
gulshanAI committed Sep 14, 2024
1 parent a2fd579 commit 37cc2b6
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 28 deletions.
6 changes: 3 additions & 3 deletions apps/www/__registry__/new-york/block/charts-01.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ import {
CardFooter,
CardHeader,
CardTitle,
} from "@/registry/new-york//ui/card"
} from "@/registry/new-york/ui/card"
import {
ChartContainer,
ChartTooltip,
ChartTooltipContent,
} from "@/registry/new-york//ui/chart"
import { Separator } from "@/registry/new-york//ui/separator"
} from "@/registry/new-york/ui/chart"
import { Separator } from "@/registry/new-york/ui/separator"

export const description = "A collection of health charts."

Expand Down
8 changes: 3 additions & 5 deletions apps/www/public/r/styles/new-york/charts-01.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apps/www/registry/new-york/block/charts-01-chunk-0.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import {
CardFooter,
CardHeader,
CardTitle,
} from "@/registry/new-york//ui/card"
} from "@/registry/new-york/ui/card"
import {
ChartContainer,
ChartTooltip,
ChartTooltipContent,
} from "@/registry/new-york//ui/chart"
} from "@/registry/new-york/ui/chart"

export default function Component() {
return (
Expand Down
4 changes: 2 additions & 2 deletions apps/www/registry/new-york/block/charts-01-chunk-1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ import {
CardDescription,
CardHeader,
CardTitle,
} from "@/registry/new-york//ui/card"
} from "@/registry/new-york/ui/card"
import {
ChartContainer,
ChartTooltip,
ChartTooltipContent,
} from "@/registry/new-york//ui/chart"
} from "@/registry/new-york/ui/chart"

export default function Component() {
return (
Expand Down
4 changes: 2 additions & 2 deletions apps/www/registry/new-york/block/charts-01-chunk-2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {
CardDescription,
CardHeader,
CardTitle,
} from "@/registry/new-york//ui/card"
import { ChartContainer } from "@/registry/new-york//ui/chart"
} from "@/registry/new-york/ui/card"
import { ChartContainer } from "@/registry/new-york/ui/chart"

export default function Component() {
return (
Expand Down
4 changes: 2 additions & 2 deletions apps/www/registry/new-york/block/charts-01-chunk-3.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {
CardDescription,
CardHeader,
CardTitle,
} from "@/registry/new-york//ui/card"
import { ChartContainer } from "@/registry/new-york//ui/chart"
} from "@/registry/new-york/ui/card"
import { ChartContainer } from "@/registry/new-york/ui/chart"

export default function Component() {
return (
Expand Down
6 changes: 3 additions & 3 deletions apps/www/registry/new-york/block/charts-01-chunk-4.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

import { Bar, BarChart, LabelList, XAxis, YAxis } from "recharts"

import { Card, CardContent, CardFooter } from "@/registry/new-york//ui/card"
import { ChartContainer } from "@/registry/new-york//ui/chart"
import { Separator } from "@/registry/new-york//ui/separator"
import { Card, CardContent, CardFooter } from "@/registry/new-york/ui/card"
import { ChartContainer } from "@/registry/new-york/ui/chart"
import { Separator } from "@/registry/new-york/ui/separator"

export default function Component() {
return (
Expand Down
4 changes: 2 additions & 2 deletions apps/www/registry/new-york/block/charts-01-chunk-5.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import { PolarAngleAxis, RadialBar, RadialBarChart } from "recharts"

import { Card, CardContent } from "@/registry/new-york//ui/card"
import { ChartContainer } from "@/registry/new-york//ui/chart"
import { Card, CardContent } from "@/registry/new-york/ui/card"
import { ChartContainer } from "@/registry/new-york/ui/chart"

export default function Component() {
return (
Expand Down
4 changes: 2 additions & 2 deletions apps/www/registry/new-york/block/charts-01-chunk-6.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {
CardDescription,
CardHeader,
CardTitle,
} from "@/registry/new-york//ui/card"
import { ChartContainer } from "@/registry/new-york//ui/chart"
} from "@/registry/new-york/ui/card"
import { ChartContainer } from "@/registry/new-york/ui/chart"

export default function Component() {
return (
Expand Down
4 changes: 2 additions & 2 deletions apps/www/registry/new-york/block/charts-01-chunk-7.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ import {
CardDescription,
CardHeader,
CardTitle,
} from "@/registry/new-york//ui/card"
} from "@/registry/new-york/ui/card"
import {
ChartContainer,
ChartTooltip,
ChartTooltipContent,
} from "@/registry/new-york//ui/chart"
} from "@/registry/new-york/ui/chart"

export default function Component() {
return (
Expand Down
6 changes: 3 additions & 3 deletions apps/www/registry/new-york/block/charts-01.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ import {
CardFooter,
CardHeader,
CardTitle,
} from "@/registry/new-york//ui/card"
} from "@/registry/new-york/ui/card"
import {
ChartContainer,
ChartTooltip,
ChartTooltipContent,
} from "@/registry/new-york//ui/chart"
import { Separator } from "@/registry/new-york//ui/separator"
} from "@/registry/new-york/ui/chart"
import { Separator } from "@/registry/new-york/ui/separator"

export const description = "A collection of health charts."

Expand Down

0 comments on commit 37cc2b6

Please sign in to comment.