balibabu
commited on
Commit
·
f620d16
1
Parent(s):
d97e2b8
Fix: Rename segmented.tsx #3221 (#4522)
Browse files### What problem does this PR solve?
Fix: Rename segmented.tsx #3221
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
web/src/components/ui/{segmented .tsx → segmented.tsx}
RENAMED
File without changes
|
web/src/layouts/next-header.tsx
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar';
|
2 |
import { Button } from '@/components/ui/button';
|
3 |
import { Container } from '@/components/ui/container';
|
4 |
-
import { Segmented, SegmentedValue } from '@/components/ui/segmented
|
5 |
import { useTranslate } from '@/hooks/common-hooks';
|
6 |
import { useNavigatePage } from '@/hooks/logic-hooks/navigate-hooks';
|
7 |
import { useNavigateWithFromState } from '@/hooks/route-hook';
|
|
|
1 |
import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar';
|
2 |
import { Button } from '@/components/ui/button';
|
3 |
import { Container } from '@/components/ui/container';
|
4 |
+
import { Segmented, SegmentedValue } from '@/components/ui/segmented';
|
5 |
import { useTranslate } from '@/hooks/common-hooks';
|
6 |
import { useNavigatePage } from '@/hooks/logic-hooks/navigate-hooks';
|
7 |
import { useNavigateWithFromState } from '@/hooks/route-hook';
|
web/src/pages/home/applications.tsx
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import { Button } from '@/components/ui/button';
|
2 |
import { Card, CardContent } from '@/components/ui/card';
|
3 |
-
import { Segmented, SegmentedValue } from '@/components/ui/segmented
|
4 |
import { ChevronRight, Cpu, MessageSquare, Search } from 'lucide-react';
|
5 |
import { useMemo, useState } from 'react';
|
6 |
|
|
|
1 |
import { Button } from '@/components/ui/button';
|
2 |
import { Card, CardContent } from '@/components/ui/card';
|
3 |
+
import { Segmented, SegmentedValue } from '@/components/ui/segmented';
|
4 |
import { ChevronRight, Cpu, MessageSquare, Search } from 'lucide-react';
|
5 |
import { useMemo, useState } from 'react';
|
6 |
|
web/src/pages/home/header.tsx
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar';
|
2 |
import { Button } from '@/components/ui/button';
|
3 |
import { Container } from '@/components/ui/container';
|
4 |
-
import { Segmented, SegmentedValue } from '@/components/ui/segmented
|
5 |
import { useTranslate } from '@/hooks/common-hooks';
|
6 |
import { useNavigateWithFromState } from '@/hooks/route-hook';
|
7 |
import {
|
|
|
1 |
import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar';
|
2 |
import { Button } from '@/components/ui/button';
|
3 |
import { Container } from '@/components/ui/container';
|
4 |
+
import { Segmented, SegmentedValue } from '@/components/ui/segmented';
|
5 |
import { useTranslate } from '@/hooks/common-hooks';
|
6 |
import { useNavigateWithFromState } from '@/hooks/route-hook';
|
7 |
import {
|
web/src/pages/profile-setting/plan/index.tsx
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import { Button } from '@/components/ui/button';
|
2 |
import { Card, CardContent } from '@/components/ui/card';
|
3 |
-
import { Segmented, SegmentedValue } from '@/components/ui/segmented
|
4 |
import { CircleCheckBig, LogOut } from 'lucide-react';
|
5 |
import { useMemo, useState } from 'react';
|
6 |
import { PricingCard } from './pricing-card';
|
|
|
1 |
import { Button } from '@/components/ui/button';
|
2 |
import { Card, CardContent } from '@/components/ui/card';
|
3 |
+
import { Segmented, SegmentedValue } from '@/components/ui/segmented';
|
4 |
import { CircleCheckBig, LogOut } from 'lucide-react';
|
5 |
import { useMemo, useState } from 'react';
|
6 |
import { PricingCard } from './pricing-card';
|