mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 02:55:29 +08:00
### What problem does this PR solve? Fix: Rename segmented.tsx #3221 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -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';
|
||||
|
||||
Reference in New Issue
Block a user