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