mirror of
https://github.com/portainer/portainer.git
synced 2025-08-06 06:15:22 +02:00
feat(ask-ai): integrate kapa-ai page [BE-11409] (#214)
This commit is contained in:
parent
783ab253af
commit
441afead10
24 changed files with 102 additions and 50 deletions
|
@ -1,5 +1,5 @@
|
|||
import { Meta, Story } from '@storybook/react';
|
||||
import { Clock, Icon } from 'lucide-react';
|
||||
import { Clock, type LucideIcon } from 'lucide-react';
|
||||
|
||||
import { SidebarItem } from '.';
|
||||
|
||||
|
@ -10,7 +10,7 @@ const meta: Meta = {
|
|||
export default meta;
|
||||
|
||||
interface StoryProps {
|
||||
icon?: Icon;
|
||||
icon?: LucideIcon;
|
||||
label: string;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue