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