feat: add Patient 360 page and global search component

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-18 11:13:40 +05:30
parent 9690ac416e
commit 937605c883
2 changed files with 20 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
import { useMemo, useState } from 'react';
import { useParams } from 'react-router';
import { Phone01, Mail01, Calendar, FileText06, Clock, MessageTextSquare01, Plus } from '@untitledui/icons';
import { Phone01, Mail01, Calendar, MessageTextSquare01, Plus } from '@untitledui/icons';
import { Tabs, TabList, Tab, TabPanel } from '@/components/application/tabs/tabs';
import { TopBar } from '@/components/layout/top-bar';
import { Avatar } from '@/components/base/avatar/avatar';