Skip to content

Commit

Permalink
fix: use correct imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MrQuackDuck committed Dec 18, 2024
1 parent 73b7901 commit 3f94d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/chat/ui/ChatPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
Separator,
Sheet,
SheetContent,
SheetContent as SheetContentWithUnmountableContent,
SheetContentWithUnmountableContent,
SheetDescription,
SheetHeader,
SheetTitle,
Expand Down
2 changes: 1 addition & 1 deletion src/shared/ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export { ScrollArea } from "./ScrollArea";
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from "./Select";
export { Separator } from "./Separator";
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger } from "./Sheet";
export { SheetWithUnmountableContent } from "./SheetWithUnmountableContent";
export { SheetContent as SheetContentWithUnmountableContent, SheetWithUnmountableContent } from "./SheetWithUnmountableContent";
export { Skeleton } from "./Skeleton";
export { SkeletonMessage } from "./SkeletonMessage";
export { SkeletonMessageList } from "./SkeletonMessageList";
Expand Down

0 comments on commit 3f94d30

Please sign in to comment.