website refactor
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import React from 'react';
|
||||
import { ChevronUp, ChevronDown, Minus } from 'lucide-react';
|
||||
import { Box } from '@/ui/Box';
|
||||
import { Text } from '@/ui/Text';
|
||||
import { Icon } from '@/ui/Icon';
|
||||
import { Box } from '@/ui/primitives/Box';
|
||||
import { Text } from '@/ui/Text';
|
||||
import { ChevronDown, ChevronUp, Minus } from 'lucide-react';
|
||||
|
||||
interface DeltaChipProps {
|
||||
value: number;
|
||||
|
||||
Reference in New Issue
Block a user