website refactor
This commit is contained in:
@@ -2,11 +2,12 @@ import React from 'react';
|
||||
import { Box } from './Box';
|
||||
import { Text } from './Text';
|
||||
import { Icon } from './Icon';
|
||||
import { LucideIcon } from 'lucide-react';
|
||||
|
||||
interface Tab {
|
||||
id: string;
|
||||
label: string;
|
||||
icon?: any;
|
||||
icon?: LucideIcon;
|
||||
}
|
||||
|
||||
interface TabNavigationProps {
|
||||
|
||||
Reference in New Issue
Block a user