website refactor
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React, { ReactNode, forwardRef, ElementType } from 'react';
|
||||
import { Box, BoxProps, ResponsiveValue } from './primitives/Box';
|
||||
import React, { ElementType, ReactNode, forwardRef } from 'react';
|
||||
import { Box, BoxProps, ResponsiveValue } from './Box';
|
||||
|
||||
export type TextSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | 'base';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user