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