diff --git a/frontend/shadcn-ui/src/components/examples/json-skeleton/demo.tsx b/frontend/shadcn-ui/src/components/examples/json-skeleton/demo.tsx index 4474a19..8becc85 100644 --- a/frontend/shadcn-ui/src/components/examples/json-skeleton/demo.tsx +++ b/frontend/shadcn-ui/src/components/examples/json-skeleton/demo.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import cn from 'classnames'; +import { cn } from '../../../lib/utils'; import { Box, Skeleton } from '../../ui'; import exampleJson from './example-json.json'; diff --git a/frontend/shadcn-ui/src/components/ui/typography.tsx b/frontend/shadcn-ui/src/components/ui/typography.tsx index ea6bc44..ded5c60 100644 --- a/frontend/shadcn-ui/src/components/ui/typography.tsx +++ b/frontend/shadcn-ui/src/components/ui/typography.tsx @@ -1,5 +1,5 @@ import React, { ReactNode } from 'react'; -import cn from 'classnames'; +import { cn } from '../../lib/utils'; interface TypographyProps { variant?: