website refactor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React, { ReactNode, ElementType } from 'react';
|
||||
import { Stack } from './Stack';
|
||||
import { Box, BoxProps } from './Box';
|
||||
import { Stack } from './primitives/Stack';
|
||||
import { Box, BoxProps } from './primitives/Box';
|
||||
|
||||
interface ResponsiveFontSize {
|
||||
base?: string;
|
||||
|
||||
Reference in New Issue
Block a user