website refactor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React, { ReactNode } from 'react';
|
||||
import { Surface } from './Surface';
|
||||
import { Box, BoxProps } from './Box';
|
||||
import { Surface } from './primitives/Surface';
|
||||
import { Box, BoxProps } from './primitives/Box';
|
||||
import { Text } from './Text';
|
||||
|
||||
interface PanelProps extends Omit<BoxProps<'div'>, 'variant' | 'padding'> {
|
||||
|
||||
Reference in New Issue
Block a user