website refactor
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { Award, ChevronRight, LucideIcon } from 'lucide-react';
|
||||
import { ReactNode } from 'react';
|
||||
import { Box } from './Box';
|
||||
import { Box } from './primitives/Box';
|
||||
import { Button } from './Button';
|
||||
import { Heading } from './Heading';
|
||||
import { Icon } from './Icon';
|
||||
import { Stack } from './Stack';
|
||||
import { Stack } from './primitives/Stack';
|
||||
import { Text } from './Text';
|
||||
|
||||
interface LeaderboardPreviewShellProps {
|
||||
|
||||
Reference in New Issue
Block a user