### What problem does this PR solve? Fix: Rename segmented.tsx #3221 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)tags/v0.16.0
| @@ -1,7 +1,7 @@ | |||
| import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar'; | |||
| import { Button } from '@/components/ui/button'; | |||
| import { Container } from '@/components/ui/container'; | |||
| import { Segmented, SegmentedValue } from '@/components/ui/segmented '; | |||
| import { Segmented, SegmentedValue } from '@/components/ui/segmented'; | |||
| import { useTranslate } from '@/hooks/common-hooks'; | |||
| import { useNavigatePage } from '@/hooks/logic-hooks/navigate-hooks'; | |||
| import { useNavigateWithFromState } from '@/hooks/route-hook'; | |||
| @@ -1,6 +1,6 @@ | |||
| import { Button } from '@/components/ui/button'; | |||
| import { Card, CardContent } from '@/components/ui/card'; | |||
| import { Segmented, SegmentedValue } from '@/components/ui/segmented '; | |||
| import { Segmented, SegmentedValue } from '@/components/ui/segmented'; | |||
| import { ChevronRight, Cpu, MessageSquare, Search } from 'lucide-react'; | |||
| import { useMemo, useState } from 'react'; | |||
| @@ -1,7 +1,7 @@ | |||
| import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar'; | |||
| import { Button } from '@/components/ui/button'; | |||
| import { Container } from '@/components/ui/container'; | |||
| import { Segmented, SegmentedValue } from '@/components/ui/segmented '; | |||
| import { Segmented, SegmentedValue } from '@/components/ui/segmented'; | |||
| import { useTranslate } from '@/hooks/common-hooks'; | |||
| import { useNavigateWithFromState } from '@/hooks/route-hook'; | |||
| import { | |||
| @@ -1,6 +1,6 @@ | |||
| import { Button } from '@/components/ui/button'; | |||
| import { Card, CardContent } from '@/components/ui/card'; | |||
| import { Segmented, SegmentedValue } from '@/components/ui/segmented '; | |||
| import { Segmented, SegmentedValue } from '@/components/ui/segmented'; | |||
| import { CircleCheckBig, LogOut } from 'lucide-react'; | |||
| import { useMemo, useState } from 'react'; | |||
| import { PricingCard } from './pricing-card'; | |||