website refactor
This commit is contained in:
@@ -1,12 +1,5 @@
|
||||
import React from 'react';
|
||||
import { Box } from './primitives/Box';
|
||||
import { Text } from './Text';
|
||||
import { Box } from './Box';
|
||||
|
||||
export interface TabOption {
|
||||
id: string;
|
||||
label: string;
|
||||
icon?: React.ReactNode;
|
||||
}
|
||||
|
||||
export interface BorderTabsProps {
|
||||
tabs: TabOption[];
|
||||
|
||||
Reference in New Issue
Block a user