website refactor
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React, { ReactNode, HTMLAttributes } from 'react';
|
||||
import { Box, BoxProps } from './Box';
|
||||
import { Box, BoxProps } from './primitives/Box';
|
||||
|
||||
interface TableProps extends HTMLAttributes<HTMLTableElement> {
|
||||
children: ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user