website refactor
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
import { motion, useReducedMotion } from 'framer-motion';
|
||||
import { ArrowDownRight, ArrowUpRight, LucideIcon } from 'lucide-react';
|
||||
import { Box } from './Box';
|
||||
import { Box } from './primitives/Box';
|
||||
import { Card } from './Card';
|
||||
import { Icon } from './Icon';
|
||||
import { Stack } from './Stack';
|
||||
import { Stack } from './primitives/Stack';
|
||||
import { Text } from './Text';
|
||||
|
||||
interface StatCardProps {
|
||||
|
||||
Reference in New Issue
Block a user